mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-21 09:49:14 +00:00
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:
parent
b18d697104
commit
2cba6bf3fb
@ -121,6 +121,7 @@ PlatformDecoderModule::Create()
|
||||
#ifdef MOZ_FFMPEG
|
||||
if (sFFmpegDecoderEnabled) {
|
||||
return FFmpegRuntimeLinker::CreateDecoderModule();
|
||||
}
|
||||
#endif
|
||||
#ifdef MOZ_APPLEMEDIA
|
||||
nsAutoPtr<AppleDecoderModule> m(new AppleDecoderModule());
|
||||
|
Loading…
x
Reference in New Issue
Block a user