From e9d3134632ab444bb3d9d0d8caf2a41c2d64cc50 Mon Sep 17 00:00:00 2001 From: Yoshiharu ITO Date: Thu, 24 Oct 2024 21:45:03 +0900 Subject: [PATCH] Bump dav1d to 1.5.0 (#2490) --- CHANGELOG.md | 1 + cmake/Modules/LocalDav1d.cmake | 2 +- ext/dav1d.cmd | 2 +- ext/dav1d_android.sh | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c6dbff0c4..768eb300f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ The changes are relative to the previous release, unless the baseline is specifi * Write an empty HandlerBox name field instead of "libavif" (saves 7 bytes). * Update aom.cmd/LocalAom.cmake: v3.10.0 * Update avm.cmd: research-v8.0.0 +* Update dav1d.cmd/dav1d_android.sh/LocalDav1d.cmake: 1.5.0 * Update libxml2.cmd/LocalLibXml2.cmake: v2.13.4 * Update svt.cmd/svt.sh/LocalSvt.cmake: v2.2.1 * Change experimental gainmap API: remove avifGainMapMetadata and diff --git a/cmake/Modules/LocalDav1d.cmake b/cmake/Modules/LocalDav1d.cmake index b68574d868..c7304d4de9 100644 --- a/cmake/Modules/LocalDav1d.cmake +++ b/cmake/Modules/LocalDav1d.cmake @@ -1,4 +1,4 @@ -set(AVIF_LOCAL_DAV1D_TAG "1.4.3") +set(AVIF_LOCAL_DAV1D_TAG "1.5.0") function(avif_build_local_dav1d) set(download_step_args) diff --git a/ext/dav1d.cmd b/ext/dav1d.cmd index 6af4050033..8b05f1351a 100755 --- a/ext/dav1d.cmd +++ b/ext/dav1d.cmd @@ -9,7 +9,7 @@ : # "C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\VC\Auxiliary\Build\vcvars64.bat" : # When updating the dav1d version, make the same change to dav1d_android.sh. -git clone -b 1.4.3 --depth 1 https://code.videolan.org/videolan/dav1d.git +git clone -b 1.5.0 --depth 1 https://code.videolan.org/videolan/dav1d.git cd dav1d mkdir build diff --git a/ext/dav1d_android.sh b/ext/dav1d_android.sh index de2f57f8ef..97fdbca6e7 100755 --- a/ext/dav1d_android.sh +++ b/ext/dav1d_android.sh @@ -15,7 +15,7 @@ if [ $# -ne 1 ]; then echo "Usage: ${0} " exit 1 fi -git clone -b 1.4.3 --depth 1 https://code.videolan.org/videolan/dav1d.git +git clone -b 1.5.0 --depth 1 https://code.videolan.org/videolan/dav1d.git cd dav1d mkdir build cd build