Skip to content

Commit

Permalink
Update to SVT-AV1 v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wantehchang committed Aug 23, 2024
1 parent 7176120 commit c2177c3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

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.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}")

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.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
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.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
Expand Down

0 comments on commit c2177c3

Please sign in to comment.