Skip to content

Commit 9878601

Browse files
authored
Merge pull request #47 from chebum/master
Fix for #46 - ffmpeg dynamically links zlib
2 parents ad84ef2 + 481216a commit 9878601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-ffmpeg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ fi
352352
if build "zlib"; then
353353
download "https://www.zlib.net/zlib-1.2.11.tar.gz" "zlib-1.2.11.tar.gz"
354354
cd "$PACKAGES"/zlib-1.2.11 || exit
355-
execute ./configure --prefix="${WORKSPACE}"
355+
execute ./configure --static --prefix="${WORKSPACE}"
356356
execute make -j $MJOBS
357357
execute make install
358358
build_done "zlib"

0 commit comments

Comments
 (0)