Ext: Update to SVT-AV1 v1.5.0
diff --git a/CHANGELOG.md b/CHANGELOG.md index f760dd0..8312d52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md
@@ -41,7 +41,7 @@ * The --grid flag in avifenc can be used for images that are not evenly divided into cells. * Apps must be built with libpng version 1.6.32 or above. -* Update svt.cmd/svt.sh: v1.4.1 +* Update svt.cmd/svt.sh: v1.5.0 * avifImageCopy() no longer accepts source U and V channels to be NULL for non-4:0:0 input if Y is not NULL and if AVIF_PLANES_YUV is specified. * The default values of the maxQuantizer and maxQuantizerAlpha members of
diff --git a/ext/svt.cmd b/ext/svt.cmd index ed6ec0b..419a1bf 100755 --- a/ext/svt.cmd +++ b/ext/svt.cmd
@@ -11,7 +11,7 @@ : # If you're running this on Windows, be sure you've already run this (from your VC2019 install dir): : # "C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\VC\Auxiliary\Build\vcvars64.bat" -git clone -b v1.4.1 --depth 1 https://gitlab.com/AOMediaCodec/SVT-AV1.git +git clone -b v1.5.0 --depth 1 https://gitlab.com/AOMediaCodec/SVT-AV1.git cd SVT-AV1 cd Build/windows
diff --git a/ext/svt.sh b/ext/svt.sh index 0995477..6867b59 100644 --- a/ext/svt.sh +++ b/ext/svt.sh
@@ -2,7 +2,7 @@ # then enable CMake's AVIF_CODEC_SVT and AVIF_LOCAL_SVT options. # cmake and ninja must be in your PATH. -git clone -b v1.4.1 --depth 1 https://gitlab.com/AOMediaCodec/SVT-AV1.git +git clone -b v1.5.0 --depth 1 https://gitlab.com/AOMediaCodec/SVT-AV1.git cd SVT-AV1 cd Build/linux
diff --git a/tests/docker/build.sh b/tests/docker/build.sh index 8a0d60a..42ebf48 100644 --- a/tests/docker/build.sh +++ b/tests/docker/build.sh
@@ -59,7 +59,7 @@ # SVT-AV1 cd -git clone -b v1.4.1 --depth 1 https://gitlab.com/AOMediaCodec/SVT-AV1.git +git clone -b v1.5.0 --depth 1 https://gitlab.com/AOMediaCodec/SVT-AV1.git cd SVT-AV1 cd Build cmake -G Ninja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..