diff --git a/CHANGELOG.md b/CHANGELOG.md index 99e7b81caf..ec97e07c51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -62,7 +62,7 @@ List of incompatible ABI changes in this release: 12 and now also 16. Files read by apps/shared/ can output 16-bit avifImage instances. * Update aom.cmd: v3.6.1 -* Update dav1d.cmd: 1.2.0 +* Update dav1d.cmd: 1.2.1 * Update libsharpyuv: 0.4.0 * Update rav1e.cmd: v0.6.6 * Update svt.cmd/svt.sh: v1.6.0 diff --git a/ext/dav1d.cmd b/ext/dav1d.cmd index 3bd23f9f4b..2b4d008d4e 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.0 --depth 1 https://code.videolan.org/videolan/dav1d.git +git clone -b 1.2.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 07161dff89..5083be4d8b 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.0 --depth 1 https://code.videolan.org/videolan/dav1d.git +git clone -b 1.2.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 bc82918bce..399f2222a8 100644 --- a/tests/docker/build.sh +++ b/tests/docker/build.sh @@ -35,7 +35,7 @@ ninja install # dav1d cd -git clone -b 1.2.0 --depth 1 https://code.videolan.org/videolan/dav1d.git +git clone -b 1.2.1 --depth 1 https://code.videolan.org/videolan/dav1d.git cd dav1d mkdir build cd build