summaryrefslogtreecommitdiffstats
path: root/dom/media/MediaDecoderReader.h
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2019-08-13 22:45:09 +0200
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-04-14 12:29:16 +0200
commit37e3135bc5cf853f94e9d0d9ba706277a25db928 (patch)
tree5b7154274de8ed438765a7ef44c4bc0eb2b8249f /dom/media/MediaDecoderReader.h
parent259bd2e9770625fb4054298874a0200ad17b4354 (diff)
downloadUXP-37e3135bc5cf853f94e9d0d9ba706277a25db928.tar
UXP-37e3135bc5cf853f94e9d0d9ba706277a25db928.tar.gz
UXP-37e3135bc5cf853f94e9d0d9ba706277a25db928.tar.lz
UXP-37e3135bc5cf853f94e9d0d9ba706277a25db928.tar.xz
UXP-37e3135bc5cf853f94e9d0d9ba706277a25db928.zip
Issue #26 Part 2a: make more EME code conditional.
- Exclude missed MediaKey functions and CDMProxy code. - Exclude EME APIs frm being built (webidl change) - Fix tests in --disable-eme state
Diffstat (limited to 'dom/media/MediaDecoderReader.h')
-rw-r--r--dom/media/MediaDecoderReader.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/dom/media/MediaDecoderReader.h b/dom/media/MediaDecoderReader.h
index 8a6997826..f53c74689 100644
--- a/dom/media/MediaDecoderReader.h
+++ b/dom/media/MediaDecoderReader.h
@@ -24,7 +24,9 @@
namespace mozilla {
+#ifdef MOZ_EME
class CDMProxy;
+#endif
class MediaDecoderReader;
struct WaitForDataRejectValue
@@ -186,7 +188,9 @@ public:
// when to call SetIdle().
virtual void SetIdle() {}
+#ifdef MOZ_EME
virtual void SetCDMProxy(CDMProxy* aProxy) {}
+#endif
// Tell the reader that the data decoded are not for direct playback, so it
// can accept more files, in particular those which have more channels than