mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:09:00 +08:00
5cb2d00c17
* update to 1.0.15 * update verison
19 lines
363 B
JSON
19 lines
363 B
JSON
{
|
|
"name": "libde265",
|
|
"version": "1.0.15",
|
|
"description": "Open h.265 video codec implementation.",
|
|
"homepage": "https://www.libde265.org/",
|
|
"license": "LGPL-3.0-only",
|
|
"supports": "!uwp & !xbox",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|