summaryrefslogtreecommitdiffstats
path: root/testing/firefox/mozilla-build-arm.patch
blob: dcf2f6d8a442c5b2ab1a34fb3516b715112eecea (plain)
1
2
3
4
5
6
7
8
9
10
11
--- ./gfx/ycbcr/moz.build.orig	2014-04-03 13:50:38.990296661 +0000
+++ ./gfx/ycbcr/moz.build	2014-04-03 13:52:26.878268547 +0000
@@ -59,7 +59,7 @@
         'yuv_row_other.cpp',
     ]
 
-if CONFIG['CPU_ARCH'] == 'arm' and CONFIG['HAVE_ARM_NEON']:
+if CONFIG['HAVE_ARM_NEON']:
     SOURCES += [
         'yuv_row_arm.s',
     ]