vcpkg/ports/x264/vcpkg.json
Matthew Oliver 40a0fb2328
[x264] Update to latest stable version. (#21028)
* [x264] Update to latest stable version.

* [ffmpeg] Fix static x264 linking.
2021-11-03 22:07:18 -07:00

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"
}
]
}