File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -288,8 +288,8 @@ if build "pkg-config"; then
288288fi
289289
290290if 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
330330fi
331331
332332if 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
359359fi
360360
361361build " 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} \
You can’t perform that action at this time.
0 commit comments