mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:29:00 +08:00
36 lines
673 B
JSON
36 lines
673 B
JSON
{
|
|
"name": "libheif",
|
|
"version": "1.18.2",
|
|
"description": "libheif is an HEIF and AVIF file format decoder and encoder.",
|
|
"homepage": "http://www.libheif.org/",
|
|
"license": "LGPL-3.0-only",
|
|
"supports": "!xbox",
|
|
"dependencies": [
|
|
{
|
|
"name": "gdk-pixbuf",
|
|
"platform": "!windows"
|
|
},
|
|
"libde265",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"default-features": [
|
|
"hevc"
|
|
],
|
|
"features": {
|
|
"hevc": {
|
|
"description": "HEVC encoding via x265",
|
|
"license": "GPL-2.0-or-later",
|
|
"dependencies": [
|
|
"x265"
|
|
]
|
|
}
|
|
}
|
|
}
|