redox/recipes/wip/libs/image/libavif/recipe.toml
2026-03-24 07:14:07 +07:00

13 lines
257 B
TOML

#TODO compiled but not tested
# build instructions: https://github.com/AOMediaCodec/libavif#build-notes
[source]
git = "https://github.com/AOMediaCodec/libavif"
rev = "v1.4.0"
shallow_clone = true
[build]
template = "cmake"
dependencies = [
"libyuf"
]