File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ SHARED_LIBRARIES=false
2121FREE_AND_GPL=false
2222MANPAGES=1
2323CURRENT_PACKAGE_VERSION=0
24+ MACOSX_DEPLOYMENT_TARGET=10.13
2425
2526# Check for Apple Silicon
2627if [[ (" $( uname -m) " == " arm64" ) && (" $OSTYPE " == " darwin" * ) ]]; then
@@ -528,11 +529,11 @@ if command_exists "python3"; then
528529fi
529530
530531if ! $MACOS_M1 ; then
531- if build " svtav1" " 1a3e32b " ; then
532+ if build " svtav1" " 1.7.0 " ; then
532533 execute rm -f " ${PACKAGES} /SVT-AV1-master.tar.gz" " ${PACKAGES} /svtav1-1a3e32b.tar.gz"
533534 # Last known working commit which passed CI Tests from HEAD branch
534- download " https://gitlab.com/AOMediaCodec/SVT-AV1/-/archive/1a3e32b8fdc4abf5c093ee01dfa82803afc75fb4 /SVT-AV1-1a3e32b8fdc4abf5c093ee01dfa82803afc75fb4 .tar.gz" " svtav1-1a3e32b .tar.gz"
535- cd " ${PACKAGES} " /svtav1-1a3e32b /Build/linux || exit
535+ download " https://gitlab.com/AOMediaCodec/SVT-AV1/-/archive/v $CURRENT_PACKAGE_VERSION /SVT-AV1-v $CURRENT_PACKAGE_VERSION .tar.gz" " svtav1-$CURRENT_PACKAGE_VERSION .tar.gz"
536+ cd " ${PACKAGES} " /svtav1-$CURRENT_PACKAGE_VERSION / /Build/linux || exit
536537 if $SHARED_LIBRARIES ; then
537538 execute cmake -DCMAKE_INSTALL_PREFIX=" ${WORKSPACE} " -DENABLE_SHARED=on -DBUILD_SHARED_LIBS=ON ../.. -G" Unix Makefiles" -DCMAKE_BUILD_TYPE=Release
538539 else
You can’t perform that action at this time.
0 commit comments