mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-06-14 03:32:00 +08:00
ci: 支持 GitHub Actions 构建
This commit is contained in:
40
vcpkg.json
Normal file
40
vcpkg.json
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
|
||||
"name": "one-kvm",
|
||||
"version-string": "0.2.0",
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user