Skip to content

Commit

Permalink
Bump dav1d to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yochy4671 committed Jan 21, 2025
1 parent 9201ab7 commit 1cd2a82
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 @@ -34,7 +34,7 @@ The changes are relative to the previous release, unless the baseline is specifi
* Write an empty HandlerBox name field instead of "libavif" (saves 7 bytes).
* Update aom.cmd/LocalAom.cmake: v3.11.0
* Update avm.cmd: research-v8.1.0
* Update dav1d.cmd/dav1d_android.sh/LocalDav1d.cmake: 1.5.0
* Update dav1d.cmd/dav1d_android.sh/LocalDav1d.cmake: 1.5.1
* Update libjpeg.cmd/LocalJpeg.cmake: v3.0.4
* Update libxml2.cmd/LocalLibXml2.cmake: v2.13.5
* Update svt.cmd/svt.sh/LocalSvt.cmake: v2.3.0
Expand Down
2 changes: 1 addition & 1 deletion cmake/Modules/LocalDav1d.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(AVIF_DAV1D_TAG "1.5.0")
set(AVIF_DAV1D_TAG "1.5.1")

function(avif_build_local_dav1d)
set(download_step_args)
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.5.0 --depth 1 https://code.videolan.org/videolan/dav1d.git
git clone -b 1.5.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.5.0 --depth 1 https://code.videolan.org/videolan/dav1d.git
git clone -b 1.5.1 --depth 1 https://code.videolan.org/videolan/dav1d.git
cd dav1d
mkdir build
cd build
Expand Down

0 comments on commit 1cd2a82

Please sign in to comment.