diff --git a/CHANGELOG.md b/CHANGELOG.md index 8edb77e6b..370ca3fe7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/ext/rav1e.cmd b/ext/rav1e.cmd index 9956b0b14..30c30e0d3 100755 --- a/ext/rav1e.cmd +++ b/ext/rav1e.cmd @@ -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 diff --git a/tests/docker/build.sh b/tests/docker/build.sh index c52cf35d4..62e682e2b 100644 --- a/tests/docker/build.sh +++ b/tests/docker/build.sh @@ -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