We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34aa7a1 commit 66aaa37Copy full SHA for 66aaa37
1 file changed
build.rs
@@ -193,6 +193,7 @@ enum FFmpegLinkMode {
193
Dynamic,
194
}
195
196
+#[cfg(not(target_os = "windows"))]
197
impl FFmpegLinkMode {
198
fn is_static(&self) -> bool {
199
self == &Self::Static
0 commit comments