summaryrefslogtreecommitdiff
path: root/user/firefox-esr/mozilla-build-arm.patch
blob: 17c95d01d2483cedf2d1fc21ad0eb40680102e4a (plain) (blame)
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 @@
         'yuv_row_other.cpp',
     ]
 
-if CONFIG['TARGET_CPU'] == 'arm' and CONFIG['HAVE_ARM_NEON']:
+if CONFIG['HAVE_ARM_NEON']:
     SOURCES += [
         'yuv_row_arm.s',
     ]