diff options
author | trav90 <travawine@palemoon.org> | 2018-12-16 08:02:30 -0600 |
---|---|---|
committer | trav90 <travawine@palemoon.org> | 2018-12-16 08:02:30 -0600 |
commit | ec2346967015044f5a6ebef03f51ccb5665206b8 (patch) | |
tree | 5b7aeda60291ba838f75687f476a44120b09a590 /dom/media/moz.build | |
parent | f0fe6b69db8b0c8d7d2cf5ecdad60947029b82a8 (diff) | |
download | UXP-ec2346967015044f5a6ebef03f51ccb5665206b8.tar UXP-ec2346967015044f5a6ebef03f51ccb5665206b8.tar.gz UXP-ec2346967015044f5a6ebef03f51ccb5665206b8.tar.lz UXP-ec2346967015044f5a6ebef03f51ccb5665206b8.tar.xz UXP-ec2346967015044f5a6ebef03f51ccb5665206b8.zip |
Remove AndroidMediaDecoder and friends
They are no longer supported and don't work with newer Android versions anyway.
Diffstat (limited to 'dom/media/moz.build')
-rw-r--r-- | dom/media/moz.build | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/dom/media/moz.build b/dom/media/moz.build index 6d2c71f2d..df8cb619d 100644 --- a/dom/media/moz.build +++ b/dom/media/moz.build @@ -43,9 +43,6 @@ DIRS += [ 'standalone', ] -if CONFIG['MOZ_ANDROID_OMX']: - DIRS += ['android'] - if CONFIG['MOZ_FMP4']: DIRS += ['fmp4'] |