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:
lummax
2023-05-24 21:49:22 +02:00
committed by Till Höppner
parent 3c59e18f5d
commit 9234a72f4f
+1
View File
@@ -2,6 +2,7 @@
name = "ffmpeg-sys"
version = "2.8.0-5"
build = "build.rs"
links = "ffmpeg"
authors = ["meh. <meh@schizofreni.co>"]
license = "WTFPL"