Cargo Features

libdav1d has no features set by default.

[dependencies]
libdav1d = { version = "0.10.2", features = ["bindgen"] }
bindgen

Enables generate of libdav1d-sys

libdav1d-sys:

Generate FFI bindings using bindgen instead of using pregenerated ones.
This is recommended when using system library that may have a different version than the vendored dependency.

libdav1d has 1 feature without comment.