gecko-dev/media/gmp-clearkey/0.1
Tom Ritter 7e0fefeaa0 Bug 1475566 Disable #pragma comments for MinGW Builds r=glandium
In the MinGW browser build job, we're going to use -fms-extensions,
which will tell clang to start processing these comments. Clang
cannot process them correctly (it's an upstream bug) but it doesn't
need to, because we include the libs we need in moz.build files.

So we exclude them for MinGW builds. mingw-clang gets them wrong and
mingw-gcc (which doesn't even work anymore on -central) ignored them.

In the future, with a llvm fix, we could clean up the moz.build
files and re-enable these comments.

Differential Revision: https://phabricator.services.mozilla.com/D3527

--HG--
extra : moz-landing-system : lando
2018-08-29 03:50:39 +00:00
..
gtest
openaes
ArrayUtils.h
BigEndian.h
ClearKeyBase64.cpp
ClearKeyBase64.h
ClearKeyCDM.cpp Bug 1417297 - Part1 - Convert gmp-clearkey to use Chromium ContentDecryptionModule_9 interface. r=cpearce 2017-11-23 16:47:13 +08:00
ClearKeyCDM.h Bug 1417297 - Part1 - Convert gmp-clearkey to use Chromium ContentDecryptionModule_9 interface. r=cpearce 2017-11-23 16:47:13 +08:00
ClearKeyDecryptionManager.cpp Bug 1387002 - Replace .size() by .empty() when applicable in gmp r=cpearce 2017-08-04 09:09:38 +02:00
ClearKeyDecryptionManager.h Bug 1318965 - Converts gmp-clearkey to use Chromium ContentDecryptionModule8 interface used by widevine r=cpearce 2017-01-12 09:52:05 +13:00
ClearKeyPersistence.cpp Bug 1417297 - Part1 - Convert gmp-clearkey to use Chromium ContentDecryptionModule_9 interface. r=cpearce 2017-11-23 16:47:13 +08:00
ClearKeyPersistence.h Bug 1417297 - Part1 - Convert gmp-clearkey to use Chromium ContentDecryptionModule_9 interface. r=cpearce 2017-11-23 16:47:13 +08:00
ClearKeySession.cpp Bug 1387002 - Replace .size() by .empty() when applicable in gmp r=cpearce 2017-08-04 09:09:38 +02:00
ClearKeySession.h Bug 1318965 - Converts gmp-clearkey to use Chromium ContentDecryptionModule8 interface used by widevine r=cpearce 2017-01-12 09:52:05 +13:00
ClearKeySessionManager.cpp Bug 1417297 - Part1 - Convert gmp-clearkey to use Chromium ContentDecryptionModule_9 interface. r=cpearce 2017-11-23 16:47:13 +08:00
ClearKeySessionManager.h Bug 1417297 - Part1 - Convert gmp-clearkey to use Chromium ContentDecryptionModule_9 interface. r=cpearce 2017-11-23 16:47:13 +08:00
ClearKeyStorage.cpp Bug 1417297 - Part1 - Convert gmp-clearkey to use Chromium ContentDecryptionModule_9 interface. r=cpearce 2017-11-23 16:47:13 +08:00
ClearKeyStorage.h Bug 1417297 - Part1 - Convert gmp-clearkey to use Chromium ContentDecryptionModule_9 interface. r=cpearce 2017-11-23 16:47:13 +08:00
ClearKeyUtils.cpp Bug 1372839 - SkipString; Exit early if sym is not found r=gerald 2017-08-10 09:34:34 +02:00
ClearKeyUtils.h Bug 1318965 - Converts gmp-clearkey to use Chromium ContentDecryptionModule8 interface used by widevine r=cpearce 2017-01-12 09:52:05 +13:00
RefCounted.h Backed out 4 changesets (bug 525063) on request from Andi. a=backout 2018-04-13 16:01:28 +03:00
VideoDecoder.cpp Bug 1417297 - Part1 - Convert gmp-clearkey to use Chromium ContentDecryptionModule_9 interface. r=cpearce 2017-11-23 16:47:13 +08:00
VideoDecoder.h Bug 1417297 - Part1 - Convert gmp-clearkey to use Chromium ContentDecryptionModule_9 interface. r=cpearce 2017-11-23 16:47:13 +08:00
WMFH264Decoder.cpp Bug 1352556 - Validate output of MFGetAttributeSize. r=gerald 2017-05-01 16:12:27 +12:00
WMFH264Decoder.h Bug 1351954 - Change ClearKey CDM to allocate its video frame buffers optimally. r=gerald 2017-03-28 18:00:01 +13:00
WMFSymbols.h
WMFUtils.cpp Bug 1475566 Disable #pragma comments for MinGW Builds r=glandium 2018-08-29 03:50:39 +00:00
WMFUtils.h Bug 1426898 - Stop including Char16.h everywhere. r=Waldo 2017-12-23 00:53:12 +09:00
gmp-clearkey.cpp Bug 1417297 - Part1 - Convert gmp-clearkey to use Chromium ContentDecryptionModule_9 interface. r=cpearce 2017-11-23 16:47:13 +08:00
manifest.json.in Bug 1417297 - Part1 - Convert gmp-clearkey to use Chromium ContentDecryptionModule_9 interface. r=cpearce 2017-11-23 16:47:13 +08:00
moz.build Bug 1090497 - Re-enable warnings as errors on clang-cl. r=froydnj 2018-07-31 22:10:07 +09:00