Fix libavif for php84

This commit is contained in:
Wildan M 2026-03-24 07:14:07 +07:00
parent ba157856fc
commit 9b12e0eda4
No known key found for this signature in database
GPG Key ID: 01AC53185C679C79
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"