Skip to content

Commit

Permalink
ext: Checkout libaom v3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wantehchang committed Jan 20, 2024
1 parent 6e45bc7 commit fc8746e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
AVIF_COLOR_PRIMARIES_DCI_P3, AVIF_TRANSFER_CHARACTERISTICS_PQ.

### Changed
* Update aom.cmd: v3.8.0
* Update aom.cmd: v3.8.1
* Update dav1d.cmd: 1.3.0
* Update libgav1.cmd: v0.19.0
* Update rav1e.cmd: v0.7.0
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.8.0 --depth 1 https://aomedia.googlesource.com/aom
git clone -b v3.8.1 --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.8.0 --depth 1 https://aomedia.googlesource.com/aom
git clone -b v3.8.1 --depth 1 https://aomedia.googlesource.com/aom
cd aom
mkdir build.avif
cd build.avif
Expand Down

0 comments on commit fc8746e

Please sign in to comment.