Skip to content

Commit a9aa9cc

Browse files
authored
zlib V 1.2.12
1 parent 735ba7c commit a9aa9cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build-ffmpeg

+3-3
Original file line numberDiff line numberDiff line change
@@ -346,12 +346,12 @@ if build "nasm" "2.15.05"; then
346346
build_done "nasm" "2.15.05"
347347
fi
348348

349-
if build "zlib" "1.2.11"; then
350-
download "https://www.zlib.net/zlib-1.2.11.tar.gz"
349+
if build "zlib" "1.2.12"; then
350+
download "https://www.zlib.net/zlib-1.2.12.tar.gz"
351351
execute ./configure --static --prefix="${WORKSPACE}"
352352
execute make -j $MJOBS
353353
execute make install
354-
build_done "zlib" "1.2.11"
354+
build_done "zlib" "1.2.12"
355355
fi
356356

357357
if build "m4" "1.4.19"; then

0 commit comments

Comments
 (0)