Skip to content

Commit f8ad918

Browse files
committed
Ext: Update to dav1d 1.4.1
1 parent 2a4b6b1 commit f8ad918

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The changes are relative to the previous release, unless the baseline is specifi
5454

5555
### Changed since 1.0.0
5656
* Update aom.cmd: v3.8.2
57-
* Update dav1d.cmd: 1.4.0
57+
* Update dav1d.cmd: 1.4.1
5858
* Update libgav1.cmd: v0.19.0
5959
* Update libyuv.cmd: a6a2ec65
6060
* Update rav1e.cmd: v0.7.0

ext/dav1d.cmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
: # "C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\VC\Auxiliary\Build\vcvars64.bat"
1010

1111
: # When updating the dav1d version, make the same change to dav1d_android.sh.
12-
git clone -b 1.4.0 --depth 1 https://code.videolan.org/videolan/dav1d.git
12+
git clone -b 1.4.1 --depth 1 https://code.videolan.org/videolan/dav1d.git
1313

1414
cd dav1d
1515
mkdir build

ext/dav1d_android.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if [ $# -ne 1 ]; then
1515
echo "Usage: ${0} <path_to_android_ndk>"
1616
exit 1
1717
fi
18-
git clone -b 1.4.0 --depth 1 https://code.videolan.org/videolan/dav1d.git
18+
git clone -b 1.4.1 --depth 1 https://code.videolan.org/videolan/dav1d.git
1919
cd dav1d
2020
mkdir build
2121
cd build

tests/docker/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ ninja install
3535

3636
# dav1d
3737
cd
38-
git clone -b 1.4.0 --depth 1 https://code.videolan.org/videolan/dav1d.git
38+
git clone -b 1.4.1 --depth 1 https://code.videolan.org/videolan/dav1d.git
3939
cd dav1d
4040
mkdir build
4141
cd build

0 commit comments

Comments
 (0)