mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 947979 - Update update.py to keep unified mode. r=giles DONTBUILD
This commit is contained in:
parent
ccc8dd1ae7
commit
7aabed94cc
@ -40,7 +40,7 @@ mk_files = [
|
||||
extensions = ['.asm', '.c', '.h']
|
||||
|
||||
MODULES = {
|
||||
'SOURCES': [
|
||||
'UNIFIED_SOURCES': [
|
||||
'API_DOC_SRCS-$(CONFIG_VP8_DECODER)',
|
||||
'API_DOC_SRCS-yes',
|
||||
'API_EXPORTS',
|
||||
@ -213,7 +213,15 @@ files = {
|
||||
'third_party/x86inc/x86inc.asm',
|
||||
'vp8/common/x86/loopfilter_block_sse2.asm',
|
||||
],
|
||||
'X86_ASM': [
|
||||
'SOURCES': [
|
||||
'vp8/common/rtcd.c',
|
||||
'vp8/common/sad_c.c',
|
||||
'vp8/vp8_dx_iface.c',
|
||||
'vp9/common/vp9_entropymv.c',
|
||||
'vp9/common/vp9_rtcd.c',
|
||||
'vp9/encoder/vp9_bitstream.c',
|
||||
'vpx/src/svc_encodeframe.c',
|
||||
'vpx_mem/vpx_mem.c',
|
||||
]
|
||||
}
|
||||
|
||||
@ -358,6 +366,8 @@ def get_sources(prefix):
|
||||
t = unknown[key]
|
||||
t.append(f)
|
||||
|
||||
files['UNIFIED_SOURCES'] = [f for f in files['UNIFIED_SOURCES'] if f not in files['SOURCES']]
|
||||
|
||||
for key in files:
|
||||
files[key] = list(sorted(set(files[key])))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user