Cargo Features
[dependencies]
svt-av1-enc = { version = "0.1.2", default-features = false, features = ["static", "dynamic"] }
- default = static
-
The
static
feature is set by default wheneversvt-av1-enc
is added without
somewhere in the dependency tree.default-features = false - static default
- dynamic
SvtAv1Enc has 3 features without comments.