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.
2 parents 553e26e + 7ea5427 commit 150e6c0Copy full SHA for 150e6c0
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