Cargo Features

[dependencies]
openh264 = { version = "0.7.1", default-features = false, features = ["source", "libloading"] }
default = source

The source feature is set by default whenever openh264 is added without default-features = false somewhere in the dependency tree.

source default

Enables source of openh264-sys2

libloading

Enables libloading of openh264-sys2

OpenH264 has 3 features without comments.