mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 21:04:18 +08:00
Merge branch 'libavif' into 'master'
Fix libavif for php84 See merge request redox-os/redox!2021
This commit is contained in:
commit
4aa55eb9c9
@ -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