mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-06 02:07:35 +08:00
40a0fb2328
* [x264] Update to latest stable version. * [ffmpeg] Fix static x264 linking.
14 lines
368 B
JSON
14 lines
368 B
JSON
{
|
|
"name": "x264",
|
|
"version-string": "164-5db6aa6cab1b146",
|
|
"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"
|
|
}
|
|
]
|
|
}
|