Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Commit

Permalink
Add probe for libavfilter
Browse files Browse the repository at this point in the history
  • Loading branch information
retrry authored and meh committed Jun 30, 2017
1 parent 93c3454 commit 90981e4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 90981e4

Please sign in to comment.