Issue #1053 - Part 3b: Remove AndroidSurfaceTexture and Android media decoder

interface.
This commit is contained in:
Moonchild 2020-12-27 13:11:19 +00:00 • committed by roytam1
commit 787b0a52a3
14 changed files with 0 additions and 2022 deletions

View file

@ -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']: