Skip to content

Commit

Permalink
Update to SVT-AV1 v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wantehchang committed Jan 7, 2025
1 parent 6c38325 commit 9941c24
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The changes are relative to the previous release, unless the baseline is specifi
* Update dav1d.cmd/dav1d_android.sh/LocalDav1d.cmake: 1.5.0
* Update libjpeg.cmd/LocalJpeg.cmake: v3.0.4
* Update libxml2.cmd/LocalLibXml2.cmake: v2.13.5
* Update svt.cmd/svt.sh/LocalSvt.cmake: v2.2.1
* Update svt.cmd/svt.sh/LocalSvt.cmake: v2.3.0
* Change experimental gainmap API: remove avifGainMapMetadata and
avifGainMapMetadataDouble structs.
* Add avif(Un)SignedFraction structs and avifDoubleTo(Un)SignedFraction
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_SVT_GIT_TAG "v2.2.1")
set(AVIF_SVT_GIT_TAG "v2.3.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.2.1 --depth 1 https://gitlab.com/AOMediaCodec/SVT-AV1.git
git clone -b v2.3.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.2.1 --depth 1 https://gitlab.com/AOMediaCodec/SVT-AV1.git
git clone -b v2.3.0 --depth 1 https://gitlab.com/AOMediaCodec/SVT-AV1.git

cd SVT-AV1
cd Build/linux
Expand Down

0 comments on commit 9941c24

Please sign in to comment.