Merge branch 'libavif' into 'master'

Fix libavif for php84

See merge request redox-os/redox!2021
This commit is contained in:
Jeremy Soller 2026-03-23 18:23:38 -06:00
commit 4aa55eb9c9
2 changed files with 12 additions and 1 deletions

View File

@ -1,8 +1,12 @@
#TODO not compiled or tested
#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"
]

View File

@ -0,0 +1,7 @@
[source]
git = "https://chromium.googlesource.com/libyuv/libyuv"
branch = "stable"
shallow_clone = true
[build]
template = "cmake"