-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathvcpkg.json
92 lines (92 loc) · 1.83 KB
/
vcpkg.json
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "vts-link-client",
"license": "GPL-2.0-only",
"dependencies": [
{
"name": "libdatachannel",
"default-features": true,
"features": [ "ws", "stdcall" ]
},
{
"name": "ffmpeg",
"default-features": true,
"features": [ "nvcodec", "qsv", "amf" ]
},
{
"name": "grpc",
"default-features": true,
"features": [ "codegen" ]
},
"amd-amf",
"mfx-dispatch",
"protobuf",
"concurrentqueue",
"crashpad",
"libqrencode",
"detours",
"pthreads",
{
"name": "spout2",
"default-features": true,
"features": [ "dx" ]
},
{
"name": "qtbase",
"default-features": false,
"features": [
"gui",
"network",
"thread",
"widgets"
]
},
"qttools",
"qttranslations",
"directxtk",
{
"name": "opencv2",
"default-features": true,
"features": [ "png" ]
}
],
"overrides": [
{
"name": "openssl",
"version-string": "1.1.1m#2"
},
{
"name": "litehtml",
"version-string": "0.6.0#2"
},
{
"name": "qtbase",
"version-string": "6.4.3"
},
{
"name": "qttools",
"version-string": "6.4.3"
},
{
"name": "qttranslations",
"version-string": "6.4.3"
}
],
"supports": "windows",
"vcpkg-configuration": {
"default-registry": {
"kind": "git",
"repository": "https://github.com/cnSchwarzer/vcpkg",
"baseline": "bee2447e324d4a59fe460640683adbd2df3d8373",
"reference": "reito"
},
"registries": [
{
"kind": "git",
"repository": "https://github.com/cnSchwarzer/vcpkg-registry",
"baseline": "fb9eecc3a024fe527fd61f1b1e568a50a5755d5a",
"reference": "main",
"packages": [ "ndi-sdk" ]
}
]
}
}