vcpkg/ports/x264/vcpkg.json
itsmattkc cb4c366fb6
[x264] check exists before rename (#21501)
* [x264] Use conditional for renaming debug lib

* update version database
2021-11-26 01:15:47 -08:00

15 lines
389 B
JSON

{
"name": "x264",
"version-string": "164-5db6aa6cab1b146",
"port-version": 1,
"description": "x264 is a free software library and application for encoding video streams into the H.264/MPEG-4 AVC compression format",
"homepage": "https://github.com/mirror/x264",
"supports": "!arm",
"dependencies": [
{
"name": "pthread",
"platform": "linux & osx"
}
]
}