diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e3bb7cee8..313f08ede3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -45,7 +45,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Add avif_cxx.h as a C++ header with basic functionality. ### Changed -* Update aom.cmd: v3.7.0 +* Update aom.cmd: v3.7.1 * Update svt.cmd/svt.sh: v1.7.0 * Update zlibpng.cmd: zlib 1.3 and libpng 1.6.40 * AVIF sequences encoded by libavif will now also have the "avio" brand when diff --git a/ext/aom.cmd b/ext/aom.cmd index 68d3374704..a8ba9cfca8 100755 --- a/ext/aom.cmd +++ b/ext/aom.cmd @@ -8,11 +8,9 @@ : # 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 ironbark --single-branch https://aomedia.googlesource.com/aom +git clone -b v3.7.1 --depth 1 https://aomedia.googlesource.com/aom cd aom -git checkout 67d97ee720d57b71c23e500007d8c54577615b89 - mkdir build.libavif cd build.libavif diff --git a/tests/docker/build.sh b/tests/docker/build.sh index 28a925adf5..34dd099098 100644 --- a/tests/docker/build.sh +++ b/tests/docker/build.sh @@ -26,7 +26,7 @@ export PATH="$HOME/.cargo/bin:$PATH" # aom cd -git clone -b v3.7.0 --depth 1 https://aomedia.googlesource.com/aom +git clone -b v3.7.1 --depth 1 https://aomedia.googlesource.com/aom cd aom mkdir build.avif cd build.avif