mirror of
https://github.com/encounter/rust-ffmpeg.git
synced 2026-07-10 21:18:39 -07:00
Add probe for libavfilter
This commit is contained in:
committed by
Till Höppner
parent
cd820a1158
commit
b2b27dc590
@@ -492,6 +492,11 @@ fn main() {
|
||||
.probe("libavformat")
|
||||
.unwrap();
|
||||
|
||||
pkg_config::Config::new()
|
||||
.statik(statik)
|
||||
.probe("libavfilter")
|
||||
.unwrap();
|
||||
|
||||
pkg_config::Config::new()
|
||||
.statik(statik)
|
||||
.probe("libavdevice")
|
||||
|
||||
Reference in New Issue
Block a user