summaryrefslogtreecommitdiffstats
path: root/dom/media/platforms/moz.build
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-12-27 13:11:19 +0000
committerMoonchild <moonchild@palemoon.org>2020-12-27 13:11:19 +0000
commite011a048e431bd850bfd42b5fb8c6eec0b6b878e (patch)
tree5dce377b66881be11b3c4fffaac9cedd930c835f /dom/media/platforms/moz.build
parent8d4456c797eea9236f4d84cdb23d85ce670152dc (diff)
downloadUXP-e011a048e431bd850bfd42b5fb8c6eec0b6b878e.tar
UXP-e011a048e431bd850bfd42b5fb8c6eec0b6b878e.tar.gz
UXP-e011a048e431bd850bfd42b5fb8c6eec0b6b878e.tar.lz
UXP-e011a048e431bd850bfd42b5fb8c6eec0b6b878e.tar.xz
UXP-e011a048e431bd850bfd42b5fb8c6eec0b6b878e.zip
Issue #1053 - Part 3b: Remove AndroidSurfaceTexture and Android media decoder
interface.
Diffstat (limited to 'dom/media/platforms/moz.build')
-rw-r--r--dom/media/platforms/moz.build10
1 files changed, 0 insertions, 10 deletions
diff --git a/dom/media/platforms/moz.build b/dom/media/platforms/moz.build
index 3d063b8c3..a32476133 100644
--- a/dom/media/platforms/moz.build
+++ b/dom/media/platforms/moz.build
@@ -80,16 +80,6 @@ if CONFIG['MOZ_APPLEMEDIA']:
include('/ipc/chromium/chromium-config.mozbuild')
-if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'android':
- EXPORTS += [
- 'android/AndroidDecoderModule.h',
- ]
- SOURCES += [
- 'android/AndroidDecoderModule.cpp',
- 'android/MediaCodecDataDecoder.cpp',
- 'android/RemoteDataDecoder.cpp',
- ]
-
FINAL_LIBRARY = 'xul'
if CONFIG['GNU_CXX']: