From ea21e9bf658863e1d666b9fed9247e943e7cc272 Mon Sep 17 00:00:00 2001 From: Vincent Rabaud Date: Tue, 19 Nov 2024 10:23:48 +0100 Subject: [PATCH] Update to libaom v3.11.0 (#2500) --- CHANGELOG.md | 2 +- cmake/Modules/LocalAom.cmake | 2 +- ext/aom.cmd | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dedc94ab3..487f641234 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,7 +27,7 @@ The changes are relative to the previous release, unless the baseline is specifi image content to decode. Remove gainMapPresent: users can check if decoder->image->gainMap != NULL instead. * Write an empty HandlerBox name field instead of "libavif" (saves 7 bytes). -* Update aom.cmd/LocalAom.cmake: v3.10.0 +* Update aom.cmd/LocalAom.cmake: v3.11.0 * Update avm.cmd: research-v8.0.0 * Update dav1d.cmd/dav1d_android.sh/LocalDav1d.cmake: 1.5.0 * Update libjpeg.cmd/LocalJpeg.cmake: v3.0.4 diff --git a/cmake/Modules/LocalAom.cmake b/cmake/Modules/LocalAom.cmake index 67cd440eae..c375f9dbe2 100644 --- a/cmake/Modules/LocalAom.cmake +++ b/cmake/Modules/LocalAom.cmake @@ -1,4 +1,4 @@ -set(AVIF_LOCAL_AOM_GIT_TAG v3.10.0) +set(AVIF_LOCAL_AOM_GIT_TAG v3.11.0) set(AVIF_LOCAL_AVM_GIT_TAG research-v8.0.0) if(AVIF_CODEC_AVM) diff --git a/ext/aom.cmd b/ext/aom.cmd index 763f25c459..371278578d 100755 --- a/ext/aom.cmd +++ b/ext/aom.cmd @@ -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.10.0 --depth 1 https://aomedia.googlesource.com/aom +git clone -b v3.11.0 --depth 1 https://aomedia.googlesource.com/aom cd aom mkdir build.libavif