mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 03:46:38 +08:00
15 lines
376 B
JSON
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
|
|
}
|
|
]
|
|
}
|