-
Notifications
You must be signed in to change notification settings - Fork 267
Expand file tree
/
Copy pathvcpkg.json
More file actions
40 lines (40 loc) · 749 Bytes
/
Copy pathvcpkg.json
File metadata and controls
40 lines (40 loc) · 749 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "one-kvm",
"version-string": "0.2.6",
"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"
}
]
}