mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 13:31:27 +08:00
a6c7fad33f
* update libheif to 1.17.5 * update baseline
25 lines
473 B
JSON
25 lines
473 B
JSON
{
|
|
"name": "libheif",
|
|
"version": "1.17.5",
|
|
"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
|
|
},
|
|
"x265"
|
|
]
|
|
}
|