Skip to content

Commit

Permalink
Update AVM to research-v7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wantehchang committed May 22, 2024
1 parent b3d1219 commit 38d661c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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_LOCAL_AOM_GIT_TAG v3.9.0)
set(AVIF_LOCAL_AVM_GIT_TAG research-v6.0.0)
set(AVIF_LOCAL_AVM_GIT_TAG research-v7.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-v6.0.0 --depth 1 https://gitlab.com/AOMediaCodec/avm.git
git clone -b research-v7.0.0 --depth 1 https://gitlab.com/AOMediaCodec/avm.git

cd avm

Expand Down

0 comments on commit 38d661c

Please sign in to comment.