Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ext: Update to dav1d 1.2.1 #1479

Merged
merged 1 commit into from
Jul 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.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
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.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
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.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
Expand Down
Loading