diff options
| author | MichaĆ Janiszewski <janisozaur@users.noreply.github.com> | 2020-05-06 22:53:41 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-06 13:53:41 -0700 |
| commit | 305785ba9b2b4ebd37d0a2c9676b863bb7e0a94e (patch) | |
| tree | 2e429e1ca48974ee9c2f4ce09f0292bd9fd677a6 /ports/libmpeg2/CONTROL | |
| parent | 0bbf4400e977b2db20f5acda1522ba5ecae1d789 (diff) | |
| download | vcpkg-305785ba9b2b4ebd37d0a2c9676b863bb7e0a94e.tar.gz vcpkg-305785ba9b2b4ebd37d0a2c9676b863bb7e0a94e.zip | |
[libmpeg2] Add new port (#8871)
* [libmpeg2] Add new port
Libmpeg2 seems to be a somewhat old project, last release was done in
2008, but it is still in use by some projects e.g. ResidualVM
I have verified the mpeg2dec built for x86-64 with MSVC produces similar
results as the one pre-packaged on my Arch.
* [libmpeg2] Apply review comments
* [libmpeg2] Add ci.baseline.txt exemptions
Diffstat (limited to 'ports/libmpeg2/CONTROL')
| -rw-r--r-- | ports/libmpeg2/CONTROL | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ports/libmpeg2/CONTROL b/ports/libmpeg2/CONTROL new file mode 100644 index 000000000..380cc6493 --- /dev/null +++ b/ports/libmpeg2/CONTROL @@ -0,0 +1,8 @@ +Source: libmpeg2 +Version: 0.5.1 +Homepage: http://libmpeg2.sourceforge.net/ +Description: a free MPEG-2 video stream decoder +Supports: !(linux|osx|uwp) + +Feature: tools +Description: Build tools provided with libmpeg2 |
