mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 12:24:17 +08:00
Fix libavif for php84
This commit is contained in:
parent
ba157856fc
commit
9b12e0eda4
@ -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"
|
||||
]
|
||||
|
||||
7
recipes/wip/libs/image/libyuf/recipe.toml
Normal file
7
recipes/wip/libs/image/libyuf/recipe.toml
Normal file
@ -0,0 +1,7 @@
|
||||
[source]
|
||||
git = "https://chromium.googlesource.com/libyuv/libyuv"
|
||||
branch = "stable"
|
||||
shallow_clone = true
|
||||
|
||||
[build]
|
||||
template = "cmake"
|
||||
Loading…
Reference in New Issue
Block a user