Skip to content

Commit fe2613f

Browse files
authored
Merge pull request #165 from scgreenhalgh/zlib-version-update
changed version and link of Zlib to 1.2.13
2 parents 88d4983 + a90a233 commit fe2613f

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

357357
if build "m4" "1.4.19"; then

0 commit comments

Comments
 (0)