mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-06 19:48:43 +08:00
13 lines
257 B
TOML
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"
|
|
]
|