Skip to content

Commit 417bc75

Browse files
committedDec 8, 2024
add libdir flag to fix not found by pkg-config
1 parent fcbcb3c commit 417bc75

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.