Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7ea5427

Browse filesBrowse 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
Copy full SHA for 7ea5427

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎build-ffmpeg

Copy file name to clipboardExpand all lines: build-ffmpeg
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.