mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-26 04:08:26 +00:00
Add new files to libwebp/dsp/moz.build
This commit is contained in:
@@ -27,8 +27,10 @@ SOURCES += [
|
||||
'upsampling.c',
|
||||
'upsampling_neon.c',
|
||||
'upsampling_sse2.c',
|
||||
'upsampling_sse41.c',
|
||||
'yuv.c',
|
||||
'yuv_sse2.c',
|
||||
'yuv_sse41.c',
|
||||
]
|
||||
|
||||
if CONFIG['CPU_ARCH'] == 'arm' and CONFIG['BUILD_ARM_NEON']:
|
||||
@@ -45,7 +47,9 @@ elif CONFIG['INTEL_ARCHITECTURE']:
|
||||
SOURCES['lossless_sse2.c'].flags += CONFIG['SSE2_FLAGS']
|
||||
SOURCES['rescaler_sse2.c'].flags += CONFIG['SSE2_FLAGS']
|
||||
SOURCES['upsampling_sse2.c'].flags += CONFIG['SSE2_FLAGS']
|
||||
SOURCES['upsampling_sse41.c'].flags += CONFIG['SSE2_FLAGS']
|
||||
SOURCES['yuv_sse2.c'].flags += CONFIG['SSE2_FLAGS']
|
||||
SOURCES['yuv_sse41.c'].flags += CONFIG['SSE2_FLAGS']
|
||||
|
||||
FINAL_LIBRARY = 'gkmedias'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user