Ext: Update to SVT-AV1 v2.0.0
diff --git a/CHANGELOG.md b/CHANGELOG.md index a256c5e..1b79f08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md
@@ -58,7 +58,7 @@ * Update libgav1.cmd: v0.19.0 * Update libyuv.cmd: a6a2ec65 * Update rav1e.cmd: v0.7.0 -* Update svt.cmd/svt.sh: v1.7.0 +* Update svt.cmd/svt.sh: v2.0.0 * Update zlibpng.cmd: zlib 1.3 and libpng 1.6.40 * AVIF sequences encoded by libavif will now also have the "avio" brand when there is at least one track made only of AV1 keyframes.
diff --git a/ext/svt.cmd b/ext/svt.cmd index 5794ce4..ecae42a 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.7.0 --depth 1 https://gitlab.com/AOMediaCodec/SVT-AV1.git +git clone -b v2.0.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 3917144..3c8fab9 100644 --- a/ext/svt.sh +++ b/ext/svt.sh
@@ -4,7 +4,7 @@ set -e -git clone -b v1.7.0 --depth 1 https://gitlab.com/AOMediaCodec/SVT-AV1.git +git clone -b v2.0.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 9fca3f8..e37f0ae 100644 --- a/tests/docker/build.sh +++ b/tests/docker/build.sh
@@ -59,7 +59,7 @@ # SVT-AV1 cd -git clone -b v1.7.0 --depth 1 https://gitlab.com/AOMediaCodec/SVT-AV1.git +git clone -b v2.0.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 ..