mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 07:01:37 +08:00
16 lines
424 B
JSON
16 lines
424 B
JSON
{
|
|
"name": "x265",
|
|
"version": "3.4",
|
|
"port-version": 8,
|
|
"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)",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|