Bug 950507 - Build content/media/fmp4 in unified mode; r=roc

This commit is contained in:
Ehsan Akhgari 2013-12-15 19:00:54 -05:00
parent 75fa61048b
commit 377eb7e191

View File

@ -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',