Cargo.toml: add feature ffmpeg4 and mark as default
This commit is contained in:
parent
a7eee9142f
commit
e6c7dc4bf5
@ -11,7 +11,9 @@ repository = "https://github.com/meh/rust-ffmpeg"
|
|||||||
keywords = ["audio", "video"]
|
keywords = ["audio", "video"]
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["codec", "device", "filter", "format", "resampling", "software-resampling", "software-scaling"]
|
default = ["ffmpeg4", "codec", "device", "filter", "format", "resampling", "software-resampling", "software-scaling"]
|
||||||
|
|
||||||
|
ffmpeg4 = []
|
||||||
|
|
||||||
static = ["ffmpeg-sys/static"]
|
static = ["ffmpeg-sys/static"]
|
||||||
build = ["static", "ffmpeg-sys/build"]
|
build = ["static", "ffmpeg-sys/build"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user