Skip to content

Commit

Permalink
Bump AVM to research-v9.0.0 (#2579)
Browse files Browse the repository at this point in the history
  • Loading branch information
vrabaud authored Jan 28, 2025
1 parent 46a46aa commit 1e119d6
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 @@ -33,7 +33,7 @@ The changes are relative to the previous release, unless the baseline is specifi
decoder->image->gainMap != NULL instead.
* Write an empty HandlerBox name field instead of "libavif" (saves 7 bytes).
* Update aom.cmd/LocalAom.cmake: v3.11.0
* Update avm.cmd: research-v8.1.0
* Update avm.cmd: research-v9.0.0
* Update dav1d.cmd/dav1d_android.sh/LocalDav1d.cmake: 1.5.1
* Update libjpeg.cmd/LocalJpeg.cmake: v3.0.4
* Update libxml2.cmd/LocalLibXml2.cmake: v2.13.5
Expand Down
2 changes: 1 addition & 1 deletion cmake/Modules/LocalAom.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set(AVIF_AOM_GIT_TAG v3.11.0)
set(AVIF_AVM_GIT_TAG research-v8.1.0)
set(AVIF_AVM_GIT_TAG research-v9.0.0)

if(AVIF_CODEC_AVM)
# Building the avm repository generates files such as "libaom.a" because it is a fork of aom,
Expand Down
2 changes: 1 addition & 1 deletion ext/avm.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 research-v8.1.0 --depth 1 https://gitlab.com/AOMediaCodec/avm.git
git clone -b research-v9.0.0 --depth 1 https://gitlab.com/AOMediaCodec/avm.git

cd avm

Expand Down

0 comments on commit 1e119d6

Please sign in to comment.