Skip to content

Commit

Permalink
ext: update to libaom v3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromejj authored and vrabaud committed Apr 25, 2024
1 parent c3809cc commit 575f8c0
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 @@ -55,7 +55,7 @@ The changes are relative to the previous release, unless the baseline is specifi
compilation flag AVIF_ENABLE_EXPERIMENTAL_SAMPLE_TRANSFORM.

### Changed since 1.0.0
* Update aom.cmd: v3.8.2
* Update aom.cmd: v3.9.0
* Update dav1d.cmd: 1.4.1
* Update libgav1.cmd: v0.19.0
* Update libxml2.cmd: v2.12.6
Expand Down
2 changes: 1 addition & 1 deletion cmake/Modules/LocalAom.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(AVIF_LOCAL_AOM_GIT_TAG v3.8.2)
set(AVIF_LOCAL_AOM_GIT_TAG v3.9.0)
set(AVIF_LOCAL_AVM_GIT_TAG research-v6.0.0)

if(AVIF_CODEC_AVM)
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.2 --depth 1 https://aomedia.googlesource.com/aom
git clone -b v3.9.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.8.2 --depth 1 https://aomedia.googlesource.com/aom
git clone -b v3.9.0 --depth 1 https://aomedia.googlesource.com/aom
cd aom
mkdir build.avif
cd build.avif
Expand Down

0 comments on commit 575f8c0

Please sign in to comment.