diff options
Diffstat (limited to 'dom/media/platforms/moz.build')
-rw-r--r-- | dom/media/platforms/moz.build | 10 |
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']: |