Skip to content

Commit

Permalink
Ext: Update to SVT-AV1 v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wantehchang committed May 20, 2024
1 parent c6eb2e4 commit ec693e1
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 @@ -62,7 +62,7 @@ The changes are relative to the previous release, unless the baseline is specifi
* Update libxml2.cmd: v2.12.6
* Update libyuv.cmd: a6a2ec65
* Update rav1e.cmd: v0.7.1
* Update svt.cmd/svt.sh: v2.0.0
* Update svt.cmd/svt.sh: v2.1.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.
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.0.0 --depth 1 https://gitlab.com/AOMediaCodec/SVT-AV1.git
git clone -b v2.1.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.0.0 --depth 1 https://gitlab.com/AOMediaCodec/SVT-AV1.git
git clone -b v2.1.0 --depth 1 https://gitlab.com/AOMediaCodec/SVT-AV1.git

cd SVT-AV1
cd Build/linux
Expand Down
2 changes: 1 addition & 1 deletion tests/docker/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ cargo cinstall --prefix=/usr --release

# SVT-AV1
cd
git clone -b v2.0.0 --depth 1 https://gitlab.com/AOMediaCodec/SVT-AV1.git
git clone -b v2.1.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 ..
Expand Down

0 comments on commit ec693e1

Please sign in to comment.