Cargo Features
[dependencies]
libaom-sys = { version = "0.17.1-rc.1+libaom.3.10.0", default-features = false, features = ["av1_encoder", "av1_decoder"] }
- default = av1_decoder, av1_encoder
-
You can't disable both
- av1_encoder default
-
Compile AV1 encoding support
- av1_decoder default
-
Compile AV1 decoding support