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.
2 parents 88d4983 + a90a233 commit fe2613fCopy full SHA for fe2613f
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.12"; then
350
- 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"
351
execute ./configure --static --prefix="${WORKSPACE}"
352
execute make -j $MJOBS
353
execute make install
354
- build_done "zlib" "1.2.12"
+ build_done "zlib" "1.2.13"
355
356
357
if build "m4" "1.4.19"; then
0 commit comments