From 4b71daabb061d07ed05221ea84547d80a4cd21ea Mon Sep 17 00:00:00 2001 From: Ehsan Akhgari Date: Sun, 15 Dec 2013 19:00:54 -0500 Subject: [PATCH] Bug 950507 - Build content/media/fmp4 in unified mode; r=roc --- content/media/fmp4/moz.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/media/fmp4/moz.build b/content/media/fmp4/moz.build index fc63df6aef82..d83fd7d3f52b 100644 --- a/content/media/fmp4/moz.build +++ b/content/media/fmp4/moz.build @@ -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',