We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f57f6d commit ab516bcCopy full SHA for ab516bc
build.rs
@@ -605,8 +605,7 @@ fn main() {
605
pkg_config::Config::new()
606
.statik(statik)
607
.probe("libavutil")
608
- .unwrap()
609
- .include_paths;
+ .unwrap();
610
611
let libs = vec![
612
("libavformat", "AVFORMAT"),
@@ -622,8 +621,7 @@ fn main() {
622
621
623
624
.probe(lib_name)
625
626
627
}
628
629
0 commit comments