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 dcdb096

Browse filesBrowse files
author
Matt Keller
committed
Update build-ffmpeg
1 parent 48296d8 commit dcdb096
Copy full SHA for dcdb096

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
@@ -5,7 +5,7 @@
55

66
PROGNAME=$(basename "$0")
77
FFMPEG_VERSION=4.4
8-
SCRIPT_VERSION=1.31.rc3
8+
SCRIPT_VERSION=1.31.rc4
99
CWD=$(pwd)
1010
PACKAGES="$CWD/packages"
1111
WORKSPACE="$CWD/workspace"
@@ -598,7 +598,7 @@ if build "av1" "ae2be80"; then
598598
fi
599599
execute make -j $MJOBS
600600
if [[ "$OSTYPE" == "darwin"* ]]; then
601-
execute install_name_tool -id "${WORKSPACE}/lib/libaom.2.dylib" libaom.2.dylib
601+
execute install_name_tool -id "${WORKSPACE}/lib/libaom.2.dylib" libaom.2.0.0.dylib
602602
fi
603603
execute make install
604604

@@ -850,7 +850,7 @@ if build "snappy"; then
850850
execute make -j $MJOBS
851851

852852
if [[ "$OSTYPE" == "darwin"* ]]; then
853-
execute install_name_tool -id "${WORKSPACE}/lib/libsnappy.1.dylib" libsnappy.1.dylib
853+
execute install_name_tool -id "${WORKSPACE}/lib/libsnappy.1.dylib" libsnappy.1.1.8.dylib
854854
fi
855855

856856
execute make install

0 commit comments

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