Skip to content

Commit 474e3ff

Browse files
committed
try applying pull request zmwangx#95
1 parent 8c643bb commit 474e3ff

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1081,6 +1081,10 @@ fn main() {
10811081
// avutil dependencies
10821082
println!("cargo:rustc-link-lib=bcrypt");
10831083
println!("cargo:rustc-link-lib=user32");
1084+
1085+
// https://github.com/zmwangx/rust-ffmpeg-sys/pull/95
1086+
println!("cargo:rustc-link-lib=strmiids");
1087+
println!("cargo:rustc-link-lib=mfuuid");
10841088
}
10851089

10861090
paths

0 commit comments

Comments
 (0)