mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1140766 - Build more files in image/decoders in unified mode; r=jrmuizel
This commit is contained in:
parent
9c79c518fa
commit
adc2e03934
@ -23,25 +23,17 @@ elif toolkit == 'android':
|
||||
|
||||
UNIFIED_SOURCES += [
|
||||
'EXIF.cpp',
|
||||
'iccjpeg.c',
|
||||
'nsBMPDecoder.cpp',
|
||||
'nsGIFDecoder2.cpp',
|
||||
'nsICODecoder.cpp',
|
||||
'nsIconDecoder.cpp',
|
||||
]
|
||||
|
||||
# These files cannot be built in unified mode because they want to force NSPR
|
||||
# logging.
|
||||
SOURCES += [
|
||||
'nsBMPDecoder.cpp',
|
||||
'nsJPEGDecoder.cpp',
|
||||
'nsPNGDecoder.cpp',
|
||||
]
|
||||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
||||
SOURCES += [
|
||||
'iccjpeg.c',
|
||||
]
|
||||
|
||||
# Decoders need RasterImage.h
|
||||
LOCAL_INCLUDES += [
|
||||
'/image/src',
|
||||
|
Loading…
Reference in New Issue
Block a user