We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0542c4 commit 41f8dc8Copy full SHA for 41f8dc8
build-ffmpeg
@@ -382,6 +382,7 @@ if build "zlib"; then
382
execute ./configure --static --prefix="${WORKSPACE}"
383
execute make -j $MJOBS
384
execute make install
385
+ LDFLAGS+=" -L/zlib/lib"
386
build_done "zlib"
387
fi
388
@@ -621,6 +622,8 @@ fi
621
622
623
if build "libpng"; then
624
download "https://deac-riga.dl.sourceforge.net/project/libpng/libpng16/1.6.37/libpng-1.6.37.tar.gz"
625
+ export LDFLAGS="${LDFLAGS}"
626
+ export CPPFLAGS="${CFLAGS}"
627
execute ./configure --prefix="${WORKSPACE}" --disable-shared --enable-static
628
629
0 commit comments