e75128
diff -up firefox-29.0/mozilla-release/gfx/ycbcr/moz.build.arm firefox-29.0/mozilla-release/gfx/ycbcr/moz.build
e75128
--- firefox-29.0/mozilla-release/gfx/ycbcr/moz.build.arm	2014-04-22 07:27:47.000000000 +0200
e75128
+++ firefox-29.0/mozilla-release/gfx/ycbcr/moz.build	2014-04-22 16:40:34.862849368 +0200
e75128
@@ -61,7 +61,7 @@ else:
e75128
         'yuv_row_other.cpp',
e75128
     ]
e75128
 
e75128
-if CONFIG['CPU_ARCH'] == 'arm' and CONFIG['HAVE_ARM_NEON']:
e75128
+if CONFIG['HAVE_ARM_NEON']:
e75128
     SOURCES += [
e75128
         'yuv_row_arm.s',
e75128
     ]