diff --git a/CHANGELOG.md b/CHANGELOG.md index 1184f69271..ad26ca8c56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -58,7 +58,7 @@ The changes are relative to the previous release, unless the baseline is specifi ### Changed since 1.0.0 * Update aom.cmd: v3.9.0 * Update avm.cmd: research-v7.0.1 -* Update dav1d.cmd: 1.4.2 +* Update dav1d.cmd: 1.4.1 * Update libgav1.cmd: v0.19.0 * Update libxml2.cmd: v2.12.6 * Update libyuv.cmd: a6a2ec65 diff --git a/cmake/Modules/LocalDav1d.cmake b/cmake/Modules/LocalDav1d.cmake index fdf5358276..338bf4edf6 100644 --- a/cmake/Modules/LocalDav1d.cmake +++ b/cmake/Modules/LocalDav1d.cmake @@ -1,4 +1,4 @@ -set(AVIF_LOCAL_DAV1D_TAG "1.4.2") +set(AVIF_LOCAL_DAV1D_TAG "1.4.1") function(avif_build_local_dav1d) set(download_step_args) diff --git a/ext/dav1d.cmd b/ext/dav1d.cmd index f427b81331..6a28227dbd 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.2 --depth 1 https://code.videolan.org/videolan/dav1d.git +git clone -b 1.4.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 20812afaeb..d80f49a104 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.2 --depth 1 https://code.videolan.org/videolan/dav1d.git +git clone -b 1.4.1 --depth 1 https://code.videolan.org/videolan/dav1d.git cd dav1d mkdir build cd build diff --git a/tests/docker/build.sh b/tests/docker/build.sh index 8360bfb827..68d714e817 100644 --- a/tests/docker/build.sh +++ b/tests/docker/build.sh @@ -35,7 +35,7 @@ ninja install # dav1d cd -git clone -b 1.4.2 --depth 1 https://code.videolan.org/videolan/dav1d.git +git clone -b 1.4.1 --depth 1 https://code.videolan.org/videolan/dav1d.git cd dav1d mkdir build cd build