summaryrefslogtreecommitdiff
path: root/media/libtheora/moz.build
diff options
context:
space:
mode:
Diffstat (limited to 'media/libtheora/moz.build')
-rw-r--r--media/libtheora/moz.build4
1 files changed, 0 insertions, 4 deletions
diff --git a/media/libtheora/moz.build b/media/libtheora/moz.build
index 0a88d8f92c..8bcdb5fd47 100644
--- a/media/libtheora/moz.build
+++ b/media/libtheora/moz.build
@@ -94,10 +94,6 @@ if CONFIG['GNU_AS']:
'OC_ARM_ASM_MEDIA',
'OC_ARM_ASM_NEON'):
DEFINES[var] = True
- # The Android NDK doesn't pre-define anything to indicate the OS it's
- # on, so do it for them.
- if CONFIG['OS_TARGET'] == 'Android':
- DEFINES['__linux__'] = True
SOURCES += [ '!%s.s' % f for f in [
'armbits-gnu',