Skip to content

Commit

Permalink
ext: Checkout libaom v3.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wantehchang committed Nov 21, 2023
1 parent de67801 commit 2d4da44
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Add avif_cxx.h as a C++ header with basic functionality.

### Changed
* Update aom.cmd: v3.7.0
* Update aom.cmd: v3.7.1
* Update svt.cmd/svt.sh: v1.7.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
Expand Down
4 changes: 1 addition & 3 deletions ext/aom.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@
: # 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 ironbark --single-branch https://aomedia.googlesource.com/aom
git clone -b v3.7.1 --depth 1 https://aomedia.googlesource.com/aom

cd aom
git checkout 67d97ee720d57b71c23e500007d8c54577615b89

mkdir build.libavif
cd build.libavif

Expand Down
2 changes: 1 addition & 1 deletion tests/docker/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export PATH="$HOME/.cargo/bin:$PATH"

# aom
cd
git clone -b v3.7.0 --depth 1 https://aomedia.googlesource.com/aom
git clone -b v3.7.1 --depth 1 https://aomedia.googlesource.com/aom
cd aom
mkdir build.avif
cd build.avif
Expand Down

0 comments on commit 2d4da44

Please sign in to comment.