vcpkg/ports/x264/vcpkg.json
JonLiu1993 259b39e58c
[x264] update to r3107 (#32262)
* [x264] update to r3107

* update version

---------

Co-authored-by: Zhao Liu <v-zhli17@microsoft.com>
2023-06-28 01:01:43 -07:00

47 lines
1.2 KiB
JSON

{
"name": "x264",
"version": "0.164.3107",
"description": "x264 is a free software library and application for encoding video streams into the H.264/MPEG-4 AVC compression format",
"homepage": "https://www.videolan.org/developers/x264.html",
"license": "GPL-2.0-or-later",
"supports": "!xbox",
"dependencies": [
{
"name": "vcpkg-cmake-get-vars",
"host": true
}
],
"default-features": [
"default-features"
],
"features": {
"asm": {
"description": "Enable platform-specific assembly optimizations",
"supports": "x86 | x64 | (arm & !windows) | arm64"
},
"chroma-format-all": {
"description": "Output all chroma formats"
},
"default-features": {
"description": "Default set of features",
"dependencies": [
{
"name": "x264",
"features": [
"asm",
"gpl"
],
"platform": "x86 | x64 | (arm & !windows) | arm64"
}
]
},
"gpl": {
"description": "Allow use of GPL code, the resulting libs and binaries will be under GPL"
},
"tool": {
"description": "Build the command line tool",
"supports": "!uwp"
}
}
}