Skip to content

Commit 725ea3b

Browse files
authored
Merge pull request #153 from matyo91/patch-1
SVT-AV1 repository moved from Github to Gitlab
2 parents c6d40f7 + 33ec9b6 commit 725ea3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-ffmpeg

+1-1
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ fi
477477
if ! $MACOS_M1; then
478478
if build "svtav1" "0.9.0"; then
479479
# 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"
480+
download "https://gitlab.com/AOMediaCodec/SVT-AV1/-/archive/v0.9.0/SVT-AV1-v0.9.0.tar.gz" "svtav1-0.9.0.tar.gz"
481481
cd "${PACKAGES}"/svtav1-0.9.0//Build/linux || exit
482482
execute cmake -DCMAKE_INSTALL_PREFIX="${WORKSPACE}" -DENABLE_SHARED=off -DBUILD_SHARED_LIBS=OFF ../.. -G"Unix Makefiles" -DCMAKE_BUILD_TYPE=Release
483483
execute make -j $MJOBS

0 commit comments

Comments
 (0)