diff options
Diffstat (limited to 'vcpkg/ports/libmpeg2/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/libmpeg2/vcpkg.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/vcpkg/ports/libmpeg2/vcpkg.json b/vcpkg/ports/libmpeg2/vcpkg.json new file mode 100644 index 0000000..93058b1 --- /dev/null +++ b/vcpkg/ports/libmpeg2/vcpkg.json @@ -0,0 +1,19 @@ +{ + "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" + } + } +} |