mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-06-14 03:32:00 +08:00
41 lines
749 B
JSON
41 lines
749 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
|
|
"name": "one-kvm",
|
|
"version-string": "0.2.1",
|
|
"dependencies": [
|
|
{
|
|
"name": "ffmpeg",
|
|
"default-features": false,
|
|
"features": [
|
|
"amf",
|
|
"avcodec",
|
|
"avdevice",
|
|
"avfilter",
|
|
"avformat",
|
|
"gpl",
|
|
"nvcodec",
|
|
"opus",
|
|
"qsv",
|
|
"swresample",
|
|
"swscale",
|
|
"vpx",
|
|
"x264",
|
|
"x265"
|
|
],
|
|
"platform": "windows"
|
|
},
|
|
{
|
|
"name": "libjpeg-turbo",
|
|
"platform": "windows"
|
|
},
|
|
{
|
|
"name": "libyuv",
|
|
"platform": "windows"
|
|
},
|
|
{
|
|
"name": "opus",
|
|
"platform": "windows"
|
|
}
|
|
]
|
|
}
|