We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1741d89 commit baca709Copy full SHA for baca709
build-ffmpeg
@@ -494,7 +494,7 @@ fi
494
495
if command_exists "cargo"; then
496
if build "rav1e" "0.5.0-beta"; then
497
- execute cargo install cargo-c
+ execute cargo install --version "0.9.14+cargo-0.66" cargo-c
498
download "https://github.com/xiph/rav1e/archive/refs/tags/v0.5.0-beta.tar.gz"
499
execute cargo cinstall --prefix="${WORKSPACE}" --library-type=staticlib --crt-static --release
500
build_done "rav1e" "0.5.0-beta"
0 commit comments