mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 11:49:00 +08:00
9caf3d87d5
* [x264] Fix build failed on uwp * Update port_versions * [x264] Fix build failed on uwp * Update port_versions * Update baseline * Add supports * Update versions/x-/x264.json
15 lines
390 B
JSON
15 lines
390 B
JSON
{
|
|
"name": "x264",
|
|
"version-string": "157-303c484ec828ed0",
|
|
"port-version": 15,
|
|
"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"
|
|
}
|
|
]
|
|
}
|