vcpkg/ports/libvmaf/vcpkg.json
2024-09-25 15:33:28 -04:00

15 lines
376 B
JSON

{
"name": "libvmaf",
"version": "3.0.0",
"description": "libvmaf is a library developed by Netflix to compute the VMAF (Video Multi-Method Assessment Fusion) metric.",
"homepage": "https://github.com/Netflix/vmaf",
"license": "BSD-2-Clause-Patent",
"supports": "!windows",
"dependencies": [
{
"name": "vcpkg-tool-meson",
"host": true
}
]
}