blob: 9ea8a66e9ebf915c161a3319f1b1a346a6ffad35 (
plain)
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
|
{
"name": "vvenc",
"version": "1.7.0",
"description": "VVenC is a fast and efficient H.266/VVC encoder implementation.",
"homepage": "https://github.com/fraunhoferhhi/vvenc",
"license": "BSD-3-Clause-Clear",
"supports": "!x86 & !arm",
"dependencies": [
"nlohmann-json",
"simde",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"tools": {
"description": "Build user tools: vvencFFapp and vvencapp"
}
}
}
|