Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump SVT to 2.2.1 #2416

Merged
merged 1 commit into from
Aug 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +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
* Update svt.cmd/svt.sh/LocalSvt.cmake: v2.2.1

## [1.1.1] - 2024-07-30

Expand Down
2 changes: 1 addition & 1 deletion cmake/Modules/LocalSvt.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(AVIF_LOCAL_SVT_GIT_TAG "v2.2.0")
set(AVIF_LOCAL_SVT_GIT_TAG "v2.2.1")

set(LIB_FILENAME "${AVIF_SOURCE_DIR}/ext/SVT-AV1/Bin/Release/${AVIF_LIBRARY_PREFIX}SvtAv1Enc${CMAKE_STATIC_LIBRARY_SUFFIX}")

Expand Down
2 changes: 1 addition & 1 deletion ext/svt.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0 --depth 1 https://gitlab.com/AOMediaCodec/SVT-AV1.git
git clone -b v2.2.1 --depth 1 https://gitlab.com/AOMediaCodec/SVT-AV1.git

cd SVT-AV1
cd Build/windows
Expand Down
2 changes: 1 addition & 1 deletion ext/svt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

set -e

git clone -b v2.2.0 --depth 1 https://gitlab.com/AOMediaCodec/SVT-AV1.git
git clone -b v2.2.1 --depth 1 https://gitlab.com/AOMediaCodec/SVT-AV1.git

cd SVT-AV1
cd Build/linux
Expand Down
Loading