7eeedaa1b3
* Use OpenBSD Ports distfile * Profile directory has changed to $HOME/TorBrowser-Data * Besed on Firefox 45.6.0
13 lines
377 B
Text
13 lines
377 B
Text
$NetBSD: patch-gfx_ycbcr_moz.build,v 1.2 2017/01/22 12:27:22 ryoon Exp $
|
|
|
|
--- gfx/ycbcr/moz.build.orig 2014-11-26 12:30:03.000000000 +0000
|
|
+++ gfx/ycbcr/moz.build
|
|
@@ -63,7 +63,7 @@ else:
|
|
|
|
if CONFIG['CPU_ARCH'] == 'arm' and CONFIG['HAVE_ARM_NEON']:
|
|
SOURCES += [
|
|
- 'yuv_row_arm.s',
|
|
+ 'yuv_row_arm.S',
|
|
]
|
|
SOURCES += [
|
|
'yuv_convert_arm.cpp',
|