diff --git a/CHANGELOG.md b/CHANGELOG.md index f849a1f940..1cbb18c48a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -48,6 +48,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed * Update aom.cmd: v3.8.0 +* Update dav1d.cmd: 1.3.0 * Update libgav1.cmd: v0.19.0 * Update svt.cmd/svt.sh: v1.7.0 * Update zlibpng.cmd: zlib 1.3 and libpng 1.6.40 diff --git a/ext/dav1d.cmd b/ext/dav1d.cmd index cf9cc77b9b..58f33cab45 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.2.1 --depth 1 https://code.videolan.org/videolan/dav1d.git +git clone -b 1.3.0 --depth 1 https://code.videolan.org/videolan/dav1d.git cd dav1d mkdir build @@ -18,6 +18,6 @@ cd build : # macOS might require: -Dc_args=-fno-stack-check : # Build with asan: -Db_sanitize=address : # Build with ubsan: -Db_sanitize=undefined -meson setup --default-library=static --buildtype release -Denable_tools=false .. +meson setup --default-library=static --buildtype release -Denable_tools=false -Denable_tests=false .. ninja cd ../.. diff --git a/ext/dav1d_android.sh b/ext/dav1d_android.sh index 1d0902d358..7dc02d7f17 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.2.1 --depth 1 https://code.videolan.org/videolan/dav1d.git +git clone -b 1.3.0 --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 70b76a7ebc..a293190cad 100644 --- a/tests/docker/build.sh +++ b/tests/docker/build.sh @@ -35,7 +35,7 @@ ninja install # dav1d cd -git clone -b 1.2.1 --depth 1 https://code.videolan.org/videolan/dav1d.git +git clone -b 1.3.0 --depth 1 https://code.videolan.org/videolan/dav1d.git cd dav1d mkdir build cd build