Remove AndroidMediaDecoder and friends

They are no longer supported and don't work with newer Android versions anyway.
This commit is contained in:
trav90 2018-12-16 08:02:30 -06:00 • committed by Roy Tam
commit 129388e5e0
15 changed files with 0 additions and 1791 deletions

View file

@ -43,9 +43,6 @@ DIRS += [
'standalone',
]
if CONFIG['MOZ_ANDROID_OMX']:
DIRS += ['android']
if CONFIG['MOZ_FMP4']:
DIRS += ['fmp4']