diff --git a/CHANGELOG.md b/CHANGELOG.md index 564b484927..5ae0568190 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ The changes are relative to the previous release, unless the baseline is specifi The `gainMapPresent` field is now only populated if enableParsingGainMapMetadata is true. * Write an empty HandlerBox name field instead of "libavif" (saves 7 bytes). +* Update svt.cmd/svt.sh/LocalSvt.cmake: v2.2.0 ## [1.1.1] - 2024-07-30 diff --git a/cmake/Modules/LocalSvt.cmake b/cmake/Modules/LocalSvt.cmake index 7206134994..118084e196 100644 --- a/cmake/Modules/LocalSvt.cmake +++ b/cmake/Modules/LocalSvt.cmake @@ -1,4 +1,4 @@ -set(AVIF_LOCAL_SVT_GIT_TAG "v2.1.1") +set(AVIF_LOCAL_SVT_GIT_TAG "v2.2.0") set(LIB_FILENAME "${AVIF_SOURCE_DIR}/ext/SVT-AV1/Bin/Release/${AVIF_LIBRARY_PREFIX}SvtAv1Enc${CMAKE_STATIC_LIBRARY_SUFFIX}") diff --git a/ext/svt.cmd b/ext/svt.cmd index f4ddd06f22..e7ae083de4 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 v2.1.1 --depth 1 https://gitlab.com/AOMediaCodec/SVT-AV1.git +git clone -b v2.2.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 65f126d36c..a7de861249 100644 --- a/ext/svt.sh +++ b/ext/svt.sh @@ -4,7 +4,7 @@ set -e -git clone -b v2.1.1 --depth 1 https://gitlab.com/AOMediaCodec/SVT-AV1.git +git clone -b v2.2.0 --depth 1 https://gitlab.com/AOMediaCodec/SVT-AV1.git cd SVT-AV1 cd Build/linux