Skip to content

Commit 9d391e4

Browse files
committed
Update build-ffmpeg
1 parent 2c978b2 commit 9d391e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build-ffmpeg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# LICENSE: https://github.com/markus-perl/ffmpeg-build-script/blob/master/LICENSE
55

66
PROGNAME=$(basename "$0")
7-
VERSION=1.21.rc3
7+
VERSION=1.21.rc4
88
CWD=$(pwd)
99
PACKAGES="$CWD/packages"
1010
WORKSPACE="$CWD/workspace"
@@ -416,7 +416,7 @@ if build "av1"; then
416416
execute make -j $MJOBS
417417

418418
if [[ "$OSTYPE" == "darwin"* ]]; then
419-
execute install_name_tool -id "${WORKSPACE}/lib/libaom.2.dylib" libaom.2.dylib
419+
execute install_name_tool -id "${WORKSPACE}/lib/libaom.2.dylib" libaom.2.0.0.dylib
420420
fi
421421

422422
execute make install
@@ -598,7 +598,7 @@ if build "snappy"; then
598598
execute make -j $MJOBS
599599

600600
if [[ "$OSTYPE" == "darwin"* ]]; then
601-
execute install_name_tool -id "${WORKSPACE}/lib/libsnappy.1.dylib" libsnappy.1.dylib
601+
execute install_name_tool -id "${WORKSPACE}/lib/libsnappy.1.dylib" libsnappy.1.1.8.dylib
602602
fi
603603

604604
execute make install

0 commit comments

Comments
 (0)