xulrunner-27.0-build-arm.patch 501 B

12345678910111213
  1. diff -up xulrunner-27.0/mozilla-release/gfx/ycbcr/moz.build.arm xulrunner-27.0/mozilla-release/gfx/ycbcr/moz.build
  2. --- firefox-27.0/mozilla-release/gfx/ycbcr/moz.build.arm 2014-01-28 05:03:42.000000000 +0100
  3. +++ firefox-27.0/mozilla-release/gfx/ycbcr/moz.build 2014-02-03 11:14:34.062219509 +0100
  4. @@ -61,7 +61,7 @@ else:
  5. 'yuv_row_other.cpp',
  6. ]
  7. -if CONFIG['CPU_ARCH'] == 'arm' and CONFIG['HAVE_ARM_NEON']:
  8. +if CONFIG['HAVE_ARM_NEON']:
  9. SOURCES += [
  10. 'yuv_row_arm.s',
  11. ]