mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-12-12 03:28:24 -05:00
20 lines
374 B
JSON
20 lines
374 B
JSON
|
{
|
||
|
"name": "libavif",
|
||
|
"version-semver": "0.9.2",
|
||
|
"port-version": 1,
|
||
|
"description": "Library for encoding and decoding AVIF files",
|
||
|
"homepage": "https://github.com/AOMediaCodec/libavif",
|
||
|
"dependencies": [
|
||
|
"aom",
|
||
|
"libyuv",
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|