mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 14:39:32 +08:00
cb4c366fb6
* [x264] Use conditional for renaming debug lib * update version database
15 lines
389 B
JSON
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"
|
|
}
|
|
]
|
|
}
|