mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 11:28:59 +08:00
ac68609a51
* [x265] No unguarded NUMA dependency * [x265] Keep non-standard runtime libs in pc file * Rewrite assembly options * Modernize and cleanup * Update versions
16 lines
404 B
JSON
16 lines
404 B
JSON
{
|
|
"name": "x265",
|
|
"version": "3.4",
|
|
"port-version": 6,
|
|
"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",
|
|
"supports": "!(uwp | arm)",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|