97b75c19cb
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/thunderbird#bbe0d15c7e2f5b6f7cfb370a9e638793ae62ac44
13 lines
497 B
Diff
13 lines
497 B
Diff
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
|
|
@@ -61,7 +61,7 @@ else:
|
|
'yuv_row_other.cpp',
|
|
]
|
|
|
|
-if CONFIG['CPU_ARCH'] == 'arm' and CONFIG['HAVE_ARM_NEON']:
|
|
+if CONFIG['HAVE_ARM_NEON']:
|
|
SOURCES += [
|
|
'yuv_row_arm.s',
|
|
]
|