Skip to content

Commit 3ef6ed6

Browse files
committed
fix: windows ffmpeg link issue
1 parent a668e13 commit 3ef6ed6

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
@@ -27,7 +27,7 @@ features = ["avcodec", "avformat", "swresample", "static", "build"]
2727
[target.'cfg(windows)'.dependencies.ffmpeg-sys-next]
2828
path = "../rust-ffmpeg-sys"
2929
default-features = false
30-
features = ["avcodec", "avformat", "swresample", "static"]
30+
features = ["avcodec", "avformat", "swresample"]
3131

3232

3333
[dependencies]

0 commit comments

Comments
 (0)