Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions build-ffmpeg
Original file line number Diff line number Diff line change
Expand Up @@ -346,12 +346,12 @@ if build "nasm" "2.15.05"; then
build_done "nasm" "2.15.05"
fi

if build "zlib" "1.2.12"; then
download "https://www.zlib.net/zlib-1.2.12.tar.gz"
if build "zlib" "1.2.13"; then
download "https://www.zlib.net/zlib-1.2.13.tar.gz"
execute ./configure --static --prefix="${WORKSPACE}"
execute make -j $MJOBS
execute make install
build_done "zlib" "1.2.12"
build_done "zlib" "1.2.13"
fi

if build "m4" "1.4.19"; then
Expand Down