vcpkg/ports/libde265/vcpkg.json
Russell Greene 4819f65d7c
[libde265] enable on arm linux + ios (#29223)
* [libde265] enable on arm linux + ios

* ./vcpkg x-add-version --all
2023-01-31 16:02:20 -08:00

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"
}
}
}