Skip to content

Commit

Permalink
Update to libaom v3.11.0 (#2500)
Browse files Browse the repository at this point in the history
  • Loading branch information
vrabaud authored Nov 19, 2024
1 parent 6fac47f commit ea21e9b
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 @@ -27,7 +27,7 @@ The changes are relative to the previous release, unless the baseline is specifi
image content to decode. Remove gainMapPresent: users can check if
decoder->image->gainMap != NULL instead.
* Write an empty HandlerBox name field instead of "libavif" (saves 7 bytes).
* Update aom.cmd/LocalAom.cmake: v3.10.0
* Update aom.cmd/LocalAom.cmake: v3.11.0
* Update avm.cmd: research-v8.0.0
* Update dav1d.cmd/dav1d_android.sh/LocalDav1d.cmake: 1.5.0
* Update libjpeg.cmd/LocalJpeg.cmake: v3.0.4
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.10.0)
set(AVIF_LOCAL_AOM_GIT_TAG v3.11.0)
set(AVIF_LOCAL_AVM_GIT_TAG research-v8.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.10.0 --depth 1 https://aomedia.googlesource.com/aom
git clone -b v3.11.0 --depth 1 https://aomedia.googlesource.com/aom

cd aom
mkdir build.libavif
Expand Down

0 comments on commit ea21e9b

Please sign in to comment.