mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-01 21:58:55 +08:00
5630040cd3
* [libde265] fix static linkage * [libde265] update versions * update manifest version tag * update versions
20 lines
383 B
JSON
20 lines
383 B
JSON
{
|
|
"name": "libde265",
|
|
"version": "1.0.8",
|
|
"port-version": 4,
|
|
"description": "Open h.265 video codec implementation.",
|
|
"homepage": "https://www.libde265.org/",
|
|
"license": "LGPL-3.0-only",
|
|
"supports": "!(arm | uwp)",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|