We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ef6ed6 commit 086e6b5Copy full SHA for 086e6b5
thirdparty/ffmpeg-decoder-rs/Cargo.toml
@@ -19,7 +19,7 @@ path = "src/lib.rs"
19
default = []
20
rodio_source = ['rodio']
21
22
-[dependencies.ffmpeg-sys-next]
+[target.'cfg(not(windows))'.dependencies.ffmpeg-sys-next]
23
path = "../rust-ffmpeg-sys"
24
default-features = false
25
features = ["avcodec", "avformat", "swresample", "static", "build"]
0 commit comments