mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 19:49:00 +08:00
5283cdb370
* [script-audit] Make buildsystem * Fix wrongly merge * Fix rename * Format * Apply suggestions * Apply suggestion * Fix bug * Change the function names * Fix command line * Apply suggestions * version * typo * Apply suggestions * Fix bug * Fix path * Fix bug * Fix un=parser code, move macros to the top * Apply suggestions * Update docs * update doc * CRLF * add docs and add a PARENT_SCOPE * Update doc Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com> Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
15 lines
390 B
JSON
15 lines
390 B
JSON
{
|
|
"name": "x264",
|
|
"version-string": "157-303c484ec828ed0",
|
|
"port-version": 16,
|
|
"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"
|
|
}
|
|
]
|
|
}
|