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
ClearKeyDecryptionManager.h
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
ClearKeySession.h
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
ClearKeyUtils.h
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
WMFH264Decoder.h
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