vcpkg/ports/vvenc/vcpkg.json
Nick b5f40dc9d8
[vvenc] new port (#29619)
* [simde] suppress min/max macro definitions

* [vvenc] new port
2023-02-24 12:54:29 -08:00

26 lines
542 B
JSON

{
"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"
}
}
}