Skip to content

Commit

Permalink
Bump rav1e to 0.7.0 (AOMediaCodec#1911)
Browse files Browse the repository at this point in the history
  • Loading branch information
vrabaud authored Jan 8, 2024
1 parent 4a69fde commit c616a2f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Update aom.cmd: v3.8.0
* Update dav1d.cmd: 1.3.0
* Update libgav1.cmd: v0.19.0
* Update rav1e.cmd: v0.7.0
* Update svt.cmd/svt.sh: v1.7.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 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.6.6 --depth 1 https://github.com/xiph/rav1e.git
git clone -b v0.7.0 --depth 1 https://github.com/xiph/rav1e.git

cd rav1e
cargo install --locked cargo-c
Expand Down
2 changes: 1 addition & 1 deletion tests/docker/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ ninja install

# rav1e
cd
git clone -b v0.6.6 --depth 1 https://github.com/xiph/rav1e.git
git clone -b v0.7.0 --depth 1 https://github.com/xiph/rav1e.git
cd rav1e
cargo cinstall --prefix=/usr --release

Expand Down

0 comments on commit c616a2f

Please sign in to comment.