aboutsummaryrefslogtreecommitdiffstats
path: root/testing/firefox/mozilla-build-arm.patch
blob: 8b9022ca3c98826752f31bbc4f05d7bf0f35aaf6 (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
@@ -53,7 +53,7 @@ else:
         'yuv_row_other.cpp',
     ]

-if CONFIG['CPU_ARCH'] == 'arm' and CONFIG['HAVE_ARM_NEON']:
+if CONFIG['HAVE_ARM_NEON']:
     SOURCES += [
         'yuv_row_arm.s',
     ]