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