From 668accedbe7fa241be7eb74970f0fd1b1ae08a94 Mon Sep 17 00:00:00 2001 From: Yoshiharu ITO Date: Tue, 21 Jan 2025 21:32:01 +0900 Subject: [PATCH] Bump dav1d to 1.5.1 (#2581) --- CHANGELOG.md | 2 +- cmake/Modules/LocalDav1d.cmake | 2 +- ext/dav1d.cmd | 2 +- ext/dav1d_android.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9b150576a..42c2a01ec7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,7 +34,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.11.0 * Update avm.cmd: research-v8.1.0 -* Update dav1d.cmd/dav1d_android.sh/LocalDav1d.cmake: 1.5.0 +* Update dav1d.cmd/dav1d_android.sh/LocalDav1d.cmake: 1.5.1 * Update libjpeg.cmd/LocalJpeg.cmake: v3.0.4 * Update libxml2.cmd/LocalLibXml2.cmake: v2.13.5 * Update svt.cmd/svt.sh/LocalSvt.cmake: v2.3.0 diff --git a/cmake/Modules/LocalDav1d.cmake b/cmake/Modules/LocalDav1d.cmake index 75d252ccbc..105f02153f 100644 --- a/cmake/Modules/LocalDav1d.cmake +++ b/cmake/Modules/LocalDav1d.cmake @@ -1,4 +1,4 @@ -set(AVIF_DAV1D_TAG "1.5.0") +set(AVIF_DAV1D_TAG "1.5.1") function(avif_build_local_dav1d) set(download_step_args) diff --git a/ext/dav1d.cmd b/ext/dav1d.cmd index 8b05f1351a..fb0b29b07e 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.5.0 --depth 1 https://code.videolan.org/videolan/dav1d.git +git clone -b 1.5.1 --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 97fdbca6e7..c615231dbf 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.5.0 --depth 1 https://code.videolan.org/videolan/dav1d.git +git clone -b 1.5.1 --depth 1 https://code.videolan.org/videolan/dav1d.git cd dav1d mkdir build cd build