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

Commit

Permalink
build: update to match v3.4 location of FFmpeg intermediate build files
Browse files Browse the repository at this point in the history
  • Loading branch information
john wells authored and meh committed Oct 27, 2017
1 parent 8aef1fa commit 2d89a45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ffmpeg-sys"
version = "3.3.3"
version = "3.4.0"
build = "build.rs"
links = "ffmpeg"

Expand Down
2 changes: 1 addition & 1 deletion build.rs
Expand Up @@ -480,7 +480,7 @@ fn main() {

// Check additional required libraries.
{
let config_mak = source().join("config.mak");
let config_mak = source().join("ffbuild/config.mak");
let file = File::open(config_mak).unwrap();
let reader = BufReader::new(file);
let extra_libs = reader
Expand Down

0 comments on commit 2d89a45

Please sign in to comment.