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 417bc75

Browse filesBrowse files
committed
add libdir flag to fix not found by pkg-config
1 parent fcbcb3c commit 417bc75
Copy full SHA for 417bc75

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.