vcpkg/ports/x265/vcpkg.json
2023-12-06 14:02:56 -08:00

15 lines
411 B
JSON

{
"name": "x265",
"version": "3.5",
"description": "x265 is a H.265 / HEVC video encoder application library, designed to encode video or images into an H.265 / HEVC encoded bitstream.",
"homepage": "https://github.com/videolan/x265",
"license": "GPL-2.0-or-later",
"supports": "!uwp & !(arm & windows) & !xbox",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
]
}