2014-07-29 13:36:08 +00:00
|
|
|
diff -up firefox-29.0/mozilla-release/gfx/ycbcr/moz.build.arm firefox-29.0/mozilla-release/gfx/ycbcr/moz.build
|
|
|
|
--- firefox-29.0/mozilla-release/gfx/ycbcr/moz.build.arm 2014-04-22 07:27:47.000000000 +0200
|
|
|
|
+++ firefox-29.0/mozilla-release/gfx/ycbcr/moz.build 2014-04-22 16:40:34.862849368 +0200
|
2013-09-25 10:09:06 +00:00
|
|
|
@@ -61,7 +61,7 @@ else:
|
|
|
|
'yuv_row_other.cpp',
|
|
|
|
]
|
|
|
|
|
2014-07-29 13:36:08 +00:00
|
|
|
-if CONFIG['CPU_ARCH'] == 'arm' and CONFIG['HAVE_ARM_NEON']:
|
2013-09-25 10:09:06 +00:00
|
|
|
+if CONFIG['HAVE_ARM_NEON']:
|
2014-07-29 13:36:08 +00:00
|
|
|
SOURCES += [
|
|
|
|
'yuv_row_arm.s',
|
2013-09-25 10:09:06 +00:00
|
|
|
]
|