Cargo Features
rusty_ffmpeg has no features set by default.
[dependencies]
rusty_ffmpeg = { version = "0.16.1+ffmpeg.7.0", features = ["link_system_ffmpeg", "link_vcpkg_ffmpeg", "ffmpeg5", "ffmpeg6", "ffmpeg7"] }
- link_system_ffmpeg
-
Probe and link FFmpeg with pkg-config
- link_vcpkg_ffmpeg = vcpkg
-
Probe and link FFmpeg with vcpkg
- ffmpeg5
-
FFmpeg 5.* support
- ffmpeg6
-
FFmpeg 6.* support
- ffmpeg7
-
FFmpeg 7.* support
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- vcpkg build link_vcpkg_ffmpeg?