vcpkg/ports/avisynthplus/vcpkg.json
Alexander Neumann 6a29f32abb
[avisynthplus] fix clang-cl/intel with ninja generator (#26092)
* avisynthplus fix for clang-cl

* v db
2022-08-03 16:00:49 -07:00

16 lines
368 B
JSON

{
"name": "avisynthplus",
"version": "3.7.2",
"port-version": 1,
"description": "An improved version of the AviSynth frameserver, with improved features and developer friendliness",
"homepage": "https://avs-plus.net/",
"license": "GPL-2.0",
"supports": "!arm & !uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
]
}