vcpkg/ports/x265/vcpkg.json
jim wang e5456a24d7
[x265] Fix linking static libraries when on x64-windows (#33436)
* Generate Imath.pc

* update version

* add dependency imath minizip-ng

* updata version

* update version

* remove static lib

* update version
2023-08-31 13:06:37 -07:00

16 lines
433 B
JSON

{
"name": "x265",
"version": "3.4",
"port-version": 10,
"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
}
]
}