Cargo Features
[dependencies]
scuffle-ffmpeg = { version = "0.2.0", default-features = false, features = ["channel", "tokio-channel", "crossbeam-channel", "tracing", "link_system_ffmpeg", "link_vcpkg_ffmpeg"] }
- default = link_system_ffmpeg
-
The
link_system_ffmpeg
feature is set by default wheneverscuffle-ffmpeg
is added without
somewhere in the dependency tree.default-features = false - channel crossbeam-channel? tokio-channel?
-
Enables bytes
Affects
io::channel
… - tokio-channel = channel
-
Enables tokio
- crossbeam-channel = channel
-
Enables crossbeam-channel
- tracing
-
Enables tracing
Affects
log::log_callback_tracing
… - link_system_ffmpeg default
-
Enables link_system_ffmpeg of rusty_ffmpeg
rusty_ffmpeg:
Probe and link FFmpeg with pkg-config
- link_vcpkg_ffmpeg
-
Enables link_vcpkg_ffmpeg of rusty_ffmpeg
rusty_ffmpeg:
Probe and link FFmpeg with vcpkg