Skip to content

Commit

Permalink
Update rav1e.cmd and docker/build.sh to use rav1e 0.4
Browse files Browse the repository at this point in the history
Switches both rav1e.cmd and docker/build.sh to update from the rav1e 0.3 maintenance branch to the 0.4 maintenance branch
  • Loading branch information
EwoutH committed Jan 16, 2021
1 parent 9f57a1c commit 7def5ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed
* Update dav1d.cmd to point at the 0.8.1 tag
* Update rav1e.cmd to point at the 0.4 maintenance branch

## [0.8.4] - 2020-11-23

Expand Down
2 changes: 1 addition & 1 deletion ext/rav1e.cmd
Expand Up @@ -11,7 +11,7 @@
: # Also, the error that "The target windows-msvc is not supported yet" can safely be ignored provided that rav1e/target/release
: # contains rav1e.h and rav1e.lib.

git clone -b 0.3 --depth 1 https://github.com/xiph/rav1e.git
git clone -b 0.4 --depth 1 https://github.com/xiph/rav1e.git

cd rav1e
cargo install cbindgen
Expand Down
2 changes: 1 addition & 1 deletion tests/docker/build.sh
Expand Up @@ -63,7 +63,7 @@ ninja install

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

Expand Down

0 comments on commit 7def5ff

Please sign in to comment.