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 /scripts | |
| 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 'scripts')
| -rw-r--r-- | scripts/ci.baseline.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/ci.baseline.txt b/scripts/ci.baseline.txt index de3112d21..198853666 100644 --- a/scripts/ci.baseline.txt +++ b/scripts/ci.baseline.txt @@ -821,6 +821,10 @@ libmodman:x64-uwp=fail libmodman:x64-windows-static=fail
libmodplug:arm-uwp=fail
libmodplug:x64-uwp=fail
+libmpeg2:arm-uwp=fail
+libmpeg2:x64-linux=fail
+libmpeg2:x64-osx=fail
+libmpeg2:x64-uwp=fail
libmupdf:x64-osx=fail
libmysql:x86-windows=fail
libnice:x64-linux=fail
|
