Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 150e6c0

Browse files
author
Markus Perl
committedJun 3, 2025·
2 parents 553e26e + 7ea5427 commit 150e6c0

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
@@ -569,7 +569,7 @@ if command_exists "cargo"; then
569569
execute cargo install cargo-c
570570
download "https://github.com/xiph/rav1e/archive/refs/tags/v$CURRENT_PACKAGE_VERSION.tar.gz"
571571
export RUSTFLAGS="-C target-cpu=native"
572-
execute cargo cinstall --prefix="${WORKSPACE}" --library-type=staticlib --crt-static --release
572+
execute cargo cinstall --prefix="${WORKSPACE}" --libdir=lib --library-type=staticlib --crt-static --release
573573
build_done "rav1e" $CURRENT_PACKAGE_VERSION
574574
fi
575575
CONFIGURE_OPTIONS+=("--enable-librav1e")

0 commit comments

Comments
 (0)
Please sign in to comment.