mirror of
https://github.com/encounter/rust-ffmpeg.git
synced 2026-07-10 21:18:39 -07:00
cargo: add links = ffmpeg
This allows overriding the configuration via `.cargo/config`. Example: ``` [target.x86_64-unknown-linux-gnu.ffmpeg] rustc-link-search = ["target/native/lib"] ```
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
name = "ffmpeg-sys"
|
||||
version = "2.8.0-5"
|
||||
build = "build.rs"
|
||||
links = "ffmpeg"
|
||||
|
||||
authors = ["meh. <meh@schizofreni.co>"]
|
||||
license = "WTFPL"
|
||||
|
||||
Reference in New Issue
Block a user