zeek/auxil/vcpkg/ports/vvenc/vcpkg.json
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04: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"
}
}
}