mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 07:19:00 +08:00
9b78caf392
* [libde265] Add feature sse * version
25 lines
471 B
JSON
25 lines
471 B
JSON
{
|
|
"name": "libde265",
|
|
"version": "1.0.8",
|
|
"port-version": 5,
|
|
"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
|
|
}
|
|
],
|
|
"features": {
|
|
"sse": {
|
|
"description": "Enable SSE optimizations"
|
|
}
|
|
}
|
|
}
|