mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 08:49:00 +08:00
571a0551eb
* [opus/x265] Fix version in pkgconfig * version-string->version * version * x265 license * version * version
16 lines
413 B
JSON
16 lines
413 B
JSON
{
|
|
"name": "x265",
|
|
"version": "3.4",
|
|
"port-version": 7,
|
|
"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)",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|