Bump dav1d to 1.5.2 (#2902)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5ae4120..c2d91e5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -17,6 +17,7 @@
* Set avifDecoder::image->depth to the same value after avifDecoderParse() as
after avifDecoderNextImage() when AVIF_ENABLE_EXPERIMENTAL_SAMPLE_TRANSFORM is
enabled and when the file to decode contains a 'sato' derived image item.
+* Update dav1d.cmd/dav1d_android.sh/LocalDav1d.cmake: 1.5.2
* Update googletest.cmd/LocalGTest.cmake: v1.17.0
* Update libjpeg.cmd/LocalJpeg.cmake: 3.1.1
* Update libxml2.cmd/LocalLibXml2.cmake: v2.14.4
diff --git a/cmake/Modules/LocalDav1d.cmake b/cmake/Modules/LocalDav1d.cmake
index 105f021..f5bdb5c 100644
--- a/cmake/Modules/LocalDav1d.cmake
+++ b/cmake/Modules/LocalDav1d.cmake
@@ -1,4 +1,4 @@
-set(AVIF_DAV1D_TAG "1.5.1")
+set(AVIF_DAV1D_TAG "1.5.2")
function(avif_build_local_dav1d)
set(download_step_args)
diff --git a/ext/dav1d.cmd b/ext/dav1d.cmd
index fdddc5b..745905d 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.1 --depth 1 https://code.videolan.org/videolan/dav1d.git
+git clone -b 1.5.2 --depth 1 https://code.videolan.org/videolan/dav1d.git
: # macOS might require: -Dc_args=-fno-stack-check
: # Build with asan: -Db_sanitize=address -Db_lundef=false
diff --git a/ext/dav1d_android.sh b/ext/dav1d_android.sh
index 2b285a8..0cd9a33 100755
--- a/ext/dav1d_android.sh
+++ b/ext/dav1d_android.sh
@@ -15,7 +15,7 @@
echo "Usage: ${0} <path_to_android_ndk>"
exit 1
fi
-git clone -b 1.5.1 --depth 1 https://code.videolan.org/videolan/dav1d.git
+git clone -b 1.5.2 --depth 1 https://code.videolan.org/videolan/dav1d.git
mkdir dav1d/build
# This only works on linux and mac.