Skip to content

Commit 7ea5427

Browse files
authored
Merge pull request markus-perl#235 from NicholasFlamy/rav1e-not-found-fix
add libdir flag to fix rav1e >= 0.5.0 not found using pkg-config
2 parents fcbcb3c + 417bc75 commit 7ea5427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-ffmpeg

+1-1
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)