Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fe2613f

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

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

‎build-ffmpeg

Copy file name to clipboardExpand all lines: build-ffmpeg
+3-3Lines changed: 3 additions & 3 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.