2021-09-09 16:24:04 +08:00
|
|
|
{
|
|
|
|
"name": "libde265",
|
2022-03-12 03:00:08 +08:00
|
|
|
"version": "1.0.8",
|
2023-02-01 08:02:20 +08:00
|
|
|
"port-version": 6,
|
2021-09-09 16:24:04 +08:00
|
|
|
"description": "Open h.265 video codec implementation.",
|
|
|
|
"homepage": "https://www.libde265.org/",
|
2022-03-12 03:00:08 +08:00
|
|
|
"license": "LGPL-3.0-only",
|
2023-02-01 08:02:20 +08:00
|
|
|
"supports": "!uwp & !(arm & windows)",
|
2021-12-10 11:40:12 +08:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
2022-03-31 04:30:27 +08:00
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"sse": {
|
|
|
|
"description": "Enable SSE optimizations"
|
|
|
|
}
|
|
|
|
}
|
2021-09-09 16:24:04 +08:00
|
|
|
}
|