Skip to content

Commit 66aaa37

Browse files
committed
Fix windows warning
1 parent 34aa7a1 commit 66aaa37

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ enum FFmpegLinkMode {
193193
Dynamic,
194194
}
195195

196+
#[cfg(not(target_os = "windows"))]
196197
impl FFmpegLinkMode {
197198
fn is_static(&self) -> bool {
198199
self == &Self::Static

0 commit comments

Comments
 (0)