Skip to content

Commit 086e6b5

Browse files
committed
fix: win deps
1 parent 3ef6ed6 commit 086e6b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

thirdparty/ffmpeg-decoder-rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ path = "src/lib.rs"
1919
default = []
2020
rodio_source = ['rodio']
2121

22-
[dependencies.ffmpeg-sys-next]
22+
[target.'cfg(not(windows))'.dependencies.ffmpeg-sys-next]
2323
path = "../rust-ffmpeg-sys"
2424
default-features = false
2525
features = ["avcodec", "avformat", "swresample", "static", "build"]

0 commit comments

Comments
 (0)