Cargo Features
[dependencies]
openh264 = { version = "0.7.1", default-features = false, features = ["source", "libloading"] }
- default = source
-
The
source
feature is set by default wheneveropenh264
is added without
somewhere in the dependency tree.default-features = false - source default
-
Enables source of openh264-sys2
- libloading
-
Enables libloading of openh264-sys2
OpenH264 has 3 features without comments.