Bug 941296 - Add a missing close brace. r=cpearce

Accidentally clobbered this when adding the APPLEMEDIA #ifdef.
Fixes build against ffmpeg, etc.
This commit is contained in:
Ralph Giles 2014-07-28 15:36:00 -07:00
parent b18d697104
commit 2cba6bf3fb

View File

@ -121,6 +121,7 @@ PlatformDecoderModule::Create()
#ifdef MOZ_FFMPEG
if (sFFmpegDecoderEnabled) {
return FFmpegRuntimeLinker::CreateDecoderModule();
}
#endif
#ifdef MOZ_APPLEMEDIA
nsAutoPtr<AppleDecoderModule> m(new AppleDecoderModule());