mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 01:29:00 +08:00
b5f40dc9d8
* [simde] suppress min/max macro definitions * [vvenc] new port
26 lines
542 B
JSON
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"
|
|
}
|
|
}
|
|
}
|