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

Bump rav1e to 0.7.0 #1911

Merged
merged 1 commit into from
Jan 8, 2024
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
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
Loading