Skip to content

Commit b4ab9fa

Browse files
authored
Merge pull request #172 from s4njee/update-svtav1-1.4.1
Updated libsvtav1 version to 1.4.1 from 0.9.0
2 parents 9b2def9 + 08666c2 commit b4ab9fa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build-ffmpeg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -478,16 +478,16 @@ if command_exists "python3"; then
478478
fi
479479

480480
if ! $MACOS_M1; then
481-
if build "svtav1" "0.9.0"; then
481+
if build "svtav1" "1.4.1"; then
482482
# Last known working commit which passed CI Tests from HEAD branch
483-
download "https://gitlab.com/AOMediaCodec/SVT-AV1/-/archive/v0.9.0/SVT-AV1-v0.9.0.tar.gz" "svtav1-0.9.0.tar.gz"
484-
cd "${PACKAGES}"/svtav1-0.9.0//Build/linux || exit
483+
download "https://gitlab.com/AOMediaCodec/SVT-AV1/-/archive/v1.4.1/SVT-AV1-v1.4.1.tar.gz" "svtav1-1.4.1.tar.gz"
484+
cd "${PACKAGES}"/svtav1-1.4.1//Build/linux || exit
485485
execute cmake -DCMAKE_INSTALL_PREFIX="${WORKSPACE}" -DENABLE_SHARED=off -DBUILD_SHARED_LIBS=OFF ../.. -G"Unix Makefiles" -DCMAKE_BUILD_TYPE=Release
486486
execute make -j $MJOBS
487487
execute make install
488488
execute cp SvtAv1Enc.pc "${WORKSPACE}/lib/pkgconfig/"
489489
execute cp SvtAv1Dec.pc "${WORKSPACE}/lib/pkgconfig/"
490-
build_done "svtav1" "0.9.0";
490+
build_done "svtav1" "1.4.1";
491491
fi
492492
CONFIGURE_OPTIONS+=("--enable-libsvtav1")
493493
fi

0 commit comments

Comments
 (0)