Skip to content

Commit 15d739f

Browse files
committed
opt: use vcpkg static build on windows
1 parent 086e6b5 commit 15d739f

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"]
30+
features = ["avcodec", "avformat", "swresample", "static"]
3131

3232

3333
[dependencies]

0 commit comments

Comments
 (0)