Cargo Features
[dependencies]
libvmaf-sys = { version = "0.4.4", default-features = false, features = ["static", "avx512", "build"] }
- default = build
-
The
build
feature is set by default wheneverlibvmaf-sys
is added without
somewhere in the dependency tree.default-features = false - static
- float avx512 = build
- build build default avx512? float?
-
Enables meson-next
libvmaf-sys has 4 features without comments.