Skip to content

Commit 58bf5cf

Browse files
Updating build target for mac x86_64 to 10.13
1 parent 113af28 commit 58bf5cf

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

build-ffmpeg

+4-3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ SHARED_LIBRARIES=false
2121
FREE_AND_GPL=false
2222
MANPAGES=1
2323
CURRENT_PACKAGE_VERSION=0
24+
MACOSX_DEPLOYMENT_TARGET=10.13
2425

2526
# Check for Apple Silicon
2627
if [[ ("$(uname -m)" == "arm64") && ("$OSTYPE" == "darwin"*) ]]; then
@@ -528,11 +529,11 @@ if command_exists "python3"; then
528529
fi
529530

530531
if ! $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

0 commit comments

Comments
 (0)