diff options
Diffstat (limited to 'community/firefox-esr/mozilla-build-arm.patch')
-rw-r--r-- | community/firefox-esr/mozilla-build-arm.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/community/firefox-esr/mozilla-build-arm.patch b/community/firefox-esr/mozilla-build-arm.patch deleted file mode 100644 index dcf2f6d8a4..0000000000 --- a/community/firefox-esr/mozilla-build-arm.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- ./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 -@@ -59,7 +59,7 @@ - 'yuv_row_other.cpp', - ] - --if CONFIG['CPU_ARCH'] == 'arm' and CONFIG['HAVE_ARM_NEON']: -+if CONFIG['HAVE_ARM_NEON']: - SOURCES += [ - 'yuv_row_arm.s', - ] |