We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c6d40f7 + 33ec9b6 commit 725ea3bCopy full SHA for 725ea3b
build-ffmpeg
@@ -477,7 +477,7 @@ fi
477
if ! $MACOS_M1; then
478
if build "svtav1" "0.9.0"; then
479
# Last known working commit which passed CI Tests from HEAD branch
480
- download "https://github.com/AOMediaCodec/SVT-AV1/archive/refs/tags/v0.9.0.tar.gz" "svtav1-0.9.0.tar.gz"
+ download "https://gitlab.com/AOMediaCodec/SVT-AV1/-/archive/v0.9.0/SVT-AV1-v0.9.0.tar.gz" "svtav1-0.9.0.tar.gz"
481
cd "${PACKAGES}"/svtav1-0.9.0//Build/linux || exit
482
execute cmake -DCMAKE_INSTALL_PREFIX="${WORKSPACE}" -DENABLE_SHARED=off -DBUILD_SHARED_LIBS=OFF ../.. -G"Unix Makefiles" -DCMAKE_BUILD_TYPE=Release
483
execute make -j $MJOBS
0 commit comments