ci: 支持 GitHub Actions 构建

This commit is contained in:
mofeng-git
2026-05-19 09:52:43 +08:00
parent e774210ae3
commit f7c2cd1b90
3 changed files with 233 additions and 0 deletions

40
vcpkg.json Normal file
View 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"
}
]
}