Skip to content

Commit

Permalink
aom.cmd: Use version on libaom 3.7 release branch
Browse files Browse the repository at this point in the history
The libaom 3.7 release branch is more stable than the main branch. Will
switch to the v3.7.1 release tag when it is available.
  • Loading branch information
wantehchang committed Oct 13, 2023
1 parent 7a07e72 commit 6768426
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/aom.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
: # 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 --single-branch https://aomedia.googlesource.com/aom
git clone -b ironbark --single-branch https://aomedia.googlesource.com/aom

cd aom
git checkout 2603b3a2d63ba6b1265cde65316950ad301966aa
git checkout b26d92191019f9812546e737ecb8d1db6ee20571

mkdir build.libavif
cd build.libavif
Expand Down

0 comments on commit 6768426

Please sign in to comment.