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 whenever libvmaf-sys is added without default-features = false somewhere in the dependency tree.

static
float avx512 = build
build build default avx512? float?

Enables meson-next

libvmaf-sys has 4 features without comments.