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 9878601

Browse filesBrowse files
authored
Merge pull request markus-perl#47 from chebum/master
Fix for markus-perl#46 - ffmpeg dynamically links zlib
2 parents ad84ef2 + 481216a commit 9878601
Copy full SHA for 9878601

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+1
-1
lines changed

‎build-ffmpeg

Copy file name to clipboardExpand all lines: build-ffmpeg
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ fi
352352
if build "zlib"; then
353353
download "https://www.zlib.net/zlib-1.2.11.tar.gz" "zlib-1.2.11.tar.gz"
354354
cd "$PACKAGES"/zlib-1.2.11 || exit
355-
execute ./configure --prefix="${WORKSPACE}"
355+
execute ./configure --static --prefix="${WORKSPACE}"
356356
execute make -j $MJOBS
357357
execute make install
358358
build_done "zlib"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.