mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 950507 - Build content/media/fmp4 in unified mode; r=roc
This commit is contained in:
parent
107c450138
commit
31f4fce54e
@ -30,7 +30,7 @@ EXPORTS.mp4_demuxer += [
|
||||
'demuxer/video_util.h',
|
||||
]
|
||||
|
||||
SOURCES += [
|
||||
UNIFIED_SOURCES += [
|
||||
'BlankDecoderModule.cpp',
|
||||
'demuxer/aac.cc',
|
||||
'demuxer/audio_decoder_config.cc',
|
||||
@ -58,7 +58,7 @@ if CONFIG['MOZ_WMF']:
|
||||
'wmf/WMFDecoderModule.h',
|
||||
'wmf/WMFVideoDecoder.h',
|
||||
]
|
||||
SOURCES += [
|
||||
UNIFIED_SOURCES += [
|
||||
'wmf/MFTDecoder.cpp',
|
||||
'wmf/WMFAudioDecoder.cpp',
|
||||
'wmf/WMFDecoderModule.cpp',
|
||||
|
Loading…
Reference in New Issue
Block a user