Skip to content

Commit baca709

Browse files
authored
Update build-ffmpeg
1 parent 1741d89 commit baca709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-ffmpeg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ fi
494494

495495
if command_exists "cargo"; then
496496
if build "rav1e" "0.5.0-beta"; then
497-
execute cargo install cargo-c
497+
execute cargo install --version "0.9.14+cargo-0.66" cargo-c
498498
download "https://github.com/xiph/rav1e/archive/refs/tags/v0.5.0-beta.tar.gz"
499499
execute cargo cinstall --prefix="${WORKSPACE}" --library-type=staticlib --crt-static --release
500500
build_done "rav1e" "0.5.0-beta"

0 commit comments

Comments
 (0)