Ext: Update to dav1d 0.9.2
diff --git a/CHANGELOG.md b/CHANGELOG.md index cc396ee..23070df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md
@@ -14,7 +14,7 @@ * - speed 0-6: no change is needed * - speed 7: change to speed 6 for the same results * - speed 8-9: re-test and re-adjust speed according to your app needs -* Update dav1d.cmd: 0.9.1 +* Update dav1d.cmd: 0.9.2 ## [0.9.2] - 2021-06-23
diff --git a/ext/dav1d.cmd b/ext/dav1d.cmd index 631edea..45f6247 100755 --- a/ext/dav1d.cmd +++ b/ext/dav1d.cmd
@@ -8,7 +8,7 @@ : # If you're running this on Windows, be sure you've already run this (from your VC2019 install dir): : # "C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\VC\Auxiliary\Build\vcvars64.bat" -git clone -b 0.9.1 --depth 1 https://code.videolan.org/videolan/dav1d.git +git clone -b 0.9.2 --depth 1 https://code.videolan.org/videolan/dav1d.git cd dav1d mkdir build
diff --git a/tests/docker/build.sh b/tests/docker/build.sh index 380e494..3674fd7 100644 --- a/tests/docker/build.sh +++ b/tests/docker/build.sh
@@ -43,7 +43,7 @@ # dav1d cd -git clone -b 0.9.1 --depth 1 https://code.videolan.org/videolan/dav1d.git +git clone -b 0.9.2 --depth 1 https://code.videolan.org/videolan/dav1d.git cd dav1d mkdir build cd build