mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 06:39:00 +08:00
19 lines
360 B
JSON
19 lines
360 B
JSON
{
|
|
"name": "libde265",
|
|
"version-string": "1.0.8",
|
|
"port-version": 3,
|
|
"description": "Open h.265 video codec implementation.",
|
|
"homepage": "https://www.libde265.org/",
|
|
"supports": "!(arm | uwp)",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|