Files
vcpkg/ports/libmpeg2/vcpkg.json
2025-07-15 10:06:04 -07:00

20 lines
406 B
JSON

{
"name": "libmpeg2",
"version": "0.5.1",
"port-version": 4,
"description": "a free MPEG-2 video stream decoder",
"homepage": "http://libmpeg2.sourceforge.net/",
"supports": "!(linux | osx | uwp | android)",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
],
"features": {
"tools": {
"description": "Build tools provided with libmpeg2"
}
}
}