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 735ba7c commit a9aa9ccCopy full SHA for a9aa9cc
build-ffmpeg
@@ -346,12 +346,12 @@ if build "nasm" "2.15.05"; then
346
build_done "nasm" "2.15.05"
347
fi
348
349
-if build "zlib" "1.2.11"; then
350
- download "https://www.zlib.net/zlib-1.2.11.tar.gz"
+if build "zlib" "1.2.12"; then
+ download "https://www.zlib.net/zlib-1.2.12.tar.gz"
351
execute ./configure --static --prefix="${WORKSPACE}"
352
execute make -j $MJOBS
353
execute make install
354
- build_done "zlib" "1.2.11"
+ build_done "zlib" "1.2.12"
355
356
357
if build "m4" "1.4.19"; then
0 commit comments