Skip to content

Commit 1d04e51

Browse files
committed
Xcode 11 Update
1 parent 2e3f99f commit 1d04e51

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build-ffmpeg

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -288,8 +288,8 @@ if build "pkg-config"; then
288288
fi
289289

290290
if build "cmake"; then
291-
download "https://cmake.org/files/v3.11/cmake-3.11.3.tar.gz" "cmake-3.11.3.tar.gz"
292-
cd $PACKAGES/cmake-3.11.3 || exit
291+
download "https://cmake.org/files/v3.15/cmake-3.15.4.tar.gz" "cmake-3.15.4.tar.gz"
292+
cd $PACKAGES/cmake-3.15.4 || exit
293293
rm Modules/FindJava.cmake
294294
perl -p -i -e "s/get_filename_component.JNIPATH/#get_filename_component(JNIPATH/g" Tests/CMakeLists.txt
295295
perl -p -i -e "s/get_filename_component.JNIPATH/#get_filename_component(JNIPATH/g" Tests/CMakeLists.txt
@@ -330,7 +330,7 @@ if build "fdk_aac"; then
330330
fi
331331

332332
if build "av1"; then
333-
download "https://aomedia.googlesource.com/aom/+archive/8d335b714326a38dd6d20403082f1c8eb2c3f7e5.tar.gz" "av1.tar.gz" "av1"
333+
download "https://aomedia.googlesource.com/aom/+archive/60a00de69ca79fe5f51dcbf862aaaa8eb50ec344.tar.gz" "av1.tar.gz" "av1"
334334
cd $PACKAGES/av1 || exit
335335
mkdir -p $PACKAGES/aom_build
336336
cd $PACKAGES/aom_build
@@ -359,8 +359,8 @@ if build "openssl"; then
359359
fi
360360

361361
build "ffmpeg"
362-
download "https://ffmpeg.org/releases/ffmpeg-4.2.tar.bz2" "ffmpeg-snapshot.tar.bz2"
363-
cd $PACKAGES/ffmpeg-4.2 || exit
362+
download "https://git.ffmpeg.org/gitweb/ffmpeg.git/snapshot/6023b9fbfef02b71f6acfb1b09e5a12fe9d276e2.tar.gz" "ffmpeg-snapshot.tar.bz2"
363+
cd $PACKAGES/ffmpeg-6023b9f/ || exit
364364
./configure $ADDITIONAL_CONFIGURE_OPTIONS \
365365
--pkgconfigdir="$WORKSPACE/lib/pkgconfig" \
366366
--prefix=${WORKSPACE} \

0 commit comments

Comments
 (0)