File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ SHARED_LIBRARIES=false
21
21
FREE_AND_GPL=false
22
22
MANPAGES=1
23
23
CURRENT_PACKAGE_VERSION=0
24
+ MACOSX_DEPLOYMENT_TARGET=10.13
24
25
25
26
# Check for Apple Silicon
26
27
if [[ (" $( uname -m) " == " arm64" ) && (" $OSTYPE " == " darwin" * ) ]]; then
@@ -528,11 +529,11 @@ if command_exists "python3"; then
528
529
fi
529
530
530
531
if ! $MACOS_M1 ; then
531
- if build " svtav1" " 1a3e32b " ; then
532
+ if build " svtav1" " 1.7.0 " ; then
532
533
execute rm -f " ${PACKAGES} /SVT-AV1-master.tar.gz" " ${PACKAGES} /svtav1-1a3e32b.tar.gz"
533
534
# 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
536
537
if $SHARED_LIBRARIES ; then
537
538
execute cmake -DCMAKE_INSTALL_PREFIX=" ${WORKSPACE} " -DENABLE_SHARED=on -DBUILD_SHARED_LIBS=ON ../.. -G" Unix Makefiles" -DCMAKE_BUILD_TYPE=Release
538
539
else
You can’t perform that action at this time.
0 commit comments