Skip to content

Commit

Permalink
ext: Checkout libaom v3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wantehchang committed Sep 1, 2023
1 parent 73510a1 commit 48e9b9d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
behind the compilation flag AVIF_ENABLE_EXPERIMENTAL_AVIR.

### Changed
* Update aom.cmd: v3.7.0
* Update svt.cmd/svt.sh: v1.7.0
* Update zlibpng.cmd: zlib 1.3 and libpng 1.6.40

Expand Down
2 changes: 1 addition & 1 deletion ext/aom.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,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 v3.6.1 --depth 1 https://aomedia.googlesource.com/aom
git clone -b v3.7.0 --depth 1 https://aomedia.googlesource.com/aom

cd aom
mkdir 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.6.1 --depth 1 https://aomedia.googlesource.com/aom
git clone -b v3.7.0 --depth 1 https://aomedia.googlesource.com/aom
cd aom
mkdir build.avif
cd build.avif
Expand Down

0 comments on commit 48e9b9d

Please sign in to comment.