Skip to content

Commit

Permalink
Updated libsvtav1 version to 1.4.1 from 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
s4njee committed Dec 18, 2022
1 parent 9b2def9 commit 08666c2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build-ffmpeg
Expand Up @@ -478,16 +478,16 @@ if command_exists "python3"; then
fi

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

0 comments on commit 08666c2

Please sign in to comment.