Skip to content

Commit

Permalink
Update to libaom v3.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wantehchang committed Aug 30, 2024
1 parent 573793a commit baf8327
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 @@ -23,6 +23,7 @@ The changes are relative to the previous release, unless the baseline is specifi
The `gainMapPresent` field is now only populated if enableParsingGainMapMetadata
is true.
* Write an empty HandlerBox name field instead of "libavif" (saves 7 bytes).
* Update aom.cmd/LocalAom.cmake: v3.10.0
* Update svt.cmd/svt.sh/LocalSvt.cmake: v2.2.1

## [1.1.1] - 2024-07-30
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.9.1)
set(AVIF_LOCAL_AOM_GIT_TAG v3.10.0)
set(AVIF_LOCAL_AVM_GIT_TAG research-v7.0.1)

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.9.1 --depth 1 https://aomedia.googlesource.com/aom
git clone -b v3.10.0 --depth 1 https://aomedia.googlesource.com/aom

cd aom
mkdir build.libavif
Expand Down

0 comments on commit baf8327

Please sign in to comment.