mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 08:58:59 +08:00
4819f65d7c
* [libde265] enable on arm linux + ios * ./vcpkg x-add-version --all
25 lines
482 B
JSON
25 lines
482 B
JSON
{
|
|
"name": "libde265",
|
|
"version": "1.0.8",
|
|
"port-version": 6,
|
|
"description": "Open h.265 video codec implementation.",
|
|
"homepage": "https://www.libde265.org/",
|
|
"license": "LGPL-3.0-only",
|
|
"supports": "!uwp & !(arm & windows)",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"sse": {
|
|
"description": "Enable SSE optimizations"
|
|
}
|
|
}
|
|
}
|