Skip to content

Commit

Permalink
Bump rav1e to 0.7.1 (#2117)
Browse files Browse the repository at this point in the history
  • Loading branch information
vrabaud authored Apr 17, 2024
1 parent f14809b commit d939897
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ The changes are relative to the previous release, unless the baseline is specifi
* Update dav1d.cmd: 1.4.1
* Update libgav1.cmd: v0.19.0
* Update libyuv.cmd: a6a2ec65
* Update rav1e.cmd: v0.7.0
* Update rav1e.cmd: v0.7.1
* Update svt.cmd/svt.sh: v2.0.0
* Update zlibpng.cmd: zlib 1.3 and libpng 1.6.40
* AVIF sequences encoded by libavif will now also have the "avio" brand when
Expand Down
2 changes: 1 addition & 1 deletion cmake/Modules/LocalRav1e.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(AVIF_LOCAL_RAV1E_GIT_TAG v0.7.0)
set(AVIF_LOCAL_RAV1E_GIT_TAG v0.7.1)
set(AVIF_LOCAL_CORROSION_GIT_TAG v0.4.4)
set(AVIF_LOCAL_CARGOC_GIT_TAG v0.9.27)

Expand Down
2 changes: 1 addition & 1 deletion ext/rav1e.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
: #
: # On a successful local build, rav1e/build.libavif/ should contain the necessary headers and static library.

git clone -b v0.7.0 --depth 1 https://github.com/xiph/rav1e.git
git clone -b v0.7.1 --depth 1 https://github.com/xiph/rav1e.git

cd rav1e
cargo install --locked cargo-c
Expand Down

0 comments on commit d939897

Please sign in to comment.