summaryrefslogtreecommitdiffstats
path: root/mozilla-build-arm.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-10-29 19:24:17 +0100
committerRemi Collet <fedora@famillecollet.com>2013-10-29 19:24:17 +0100
commit2f93b0740f6ef517d57ac1d364a386ddda4f2643 (patch)
tree7cad2b146ad30e79ffd25de15368c1b8d7db3db5 /mozilla-build-arm.patch
parentdcf567ee4bd2f28ddf1848d318af367fa50533b2 (diff)
Xulrunner / Firefox 25.0
Diffstat (limited to 'mozilla-build-arm.patch')
-rw-r--r--mozilla-build-arm.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/mozilla-build-arm.patch b/mozilla-build-arm.patch
index 6e27f78..0fed214 100644
--- a/mozilla-build-arm.patch
+++ b/mozilla-build-arm.patch
@@ -1,12 +1,12 @@
-diff -up xulrunner-24.0/mozilla-release/gfx/ycbcr/moz.build.neon xulrunner-24.0/mozilla-release/gfx/ycbcr/moz.build
---- xulrunner-24.0/mozilla-release/gfx/ycbcr/moz.build.neon 2013-09-11 01:15:02.000000000 +0200
-+++ xulrunner-24.0/mozilla-release/gfx/ycbcr/moz.build 2013-09-16 11:23:40.487028288 +0200
+diff -up xulrunner-25.0/mozilla-release/gfx/ycbcr/moz.build.arm xulrunner-25.0/mozilla-release/gfx/ycbcr/moz.build
+--- xulrunner-25.0/mozilla-release/gfx/ycbcr/moz.build.arm 2013-10-23 15:52:17.056493264 +0200
++++ xulrunner-25.0/mozilla-release/gfx/ycbcr/moz.build 2013-10-23 16:03:04.496045050 +0200
@@ -61,7 +61,7 @@ else:
'yuv_row_other.cpp',
]
--if CONFIG['OS_TEST'] == 'arm' and CONFIG['HAVE_ARM_NEON']:
+-if CONFIG['CPU_ARCH'] == 'arm' and CONFIG['HAVE_ARM_NEON']:
+if CONFIG['HAVE_ARM_NEON']:
- CPP_SOURCES += [
- 'yuv_convert_arm.cpp',
+ ASFILES += [
+ 'yuv_row_arm.s',
]