Skip to content

Commit

Permalink
Ext: Update to dav1d 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wantehchang committed Feb 14, 2024
1 parent 695c2d1 commit 76a0ee2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed
* Update aom.cmd: v3.8.1
* Update dav1d.cmd: 1.3.0
* Update dav1d.cmd: 1.4.0
* Update libgav1.cmd: v0.19.0
* Update rav1e.cmd: v0.7.0
* Update svt.cmd/svt.sh: v1.7.0
Expand Down
2 changes: 1 addition & 1 deletion ext/dav1d.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.0 --depth 1 https://code.videolan.org/videolan/dav1d.git
git clone -b 1.4.0 --depth 1 https://code.videolan.org/videolan/dav1d.git

cd dav1d
mkdir build
Expand Down
2 changes: 1 addition & 1 deletion ext/dav1d_android.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if [ $# -ne 1 ]; then
echo "Usage: ${0} <path_to_android_ndk>"
exit 1
fi
git clone -b 1.3.0 --depth 1 https://code.videolan.org/videolan/dav1d.git
git clone -b 1.4.0 --depth 1 https://code.videolan.org/videolan/dav1d.git
cd dav1d
mkdir build
cd build
Expand Down
2 changes: 1 addition & 1 deletion tests/docker/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ninja install

# dav1d
cd
git clone -b 1.3.0 --depth 1 https://code.videolan.org/videolan/dav1d.git
git clone -b 1.4.0 --depth 1 https://code.videolan.org/videolan/dav1d.git
cd dav1d
mkdir build
cd build
Expand Down

0 comments on commit 76a0ee2

Please sign in to comment.