Add probe for libavfilter

This commit is contained in:
Tadas Barzdzius
2023-05-24 21:49:22 +02:00
committed by Till Höppner
parent cd820a1158
commit b2b27dc590
+5
View File
@@ -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")