We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fcbcb3c + 417bc75 commit 7ea5427Copy full SHA for 7ea5427
build-ffmpeg
@@ -569,7 +569,7 @@ if command_exists "cargo"; then
569
execute cargo install cargo-c
570
download "https://github.com/xiph/rav1e/archive/refs/tags/v$CURRENT_PACKAGE_VERSION.tar.gz"
571
export RUSTFLAGS="-C target-cpu=native"
572
- execute cargo cinstall --prefix="${WORKSPACE}" --library-type=staticlib --crt-static --release
+ execute cargo cinstall --prefix="${WORKSPACE}" --libdir=lib --library-type=staticlib --crt-static --release
573
build_done "rav1e" $CURRENT_PACKAGE_VERSION
574
fi
575
CONFIGURE_OPTIONS+=("--enable-librav1e")
0 commit comments