mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1209806
: P2. Initialize PDM before attempting to use it. r=gerald
This commit is contained in:
parent
d9258cb7ed
commit
fa1c3b9ee9
@ -169,6 +169,7 @@ IsFFmpegAvailable()
|
||||
#ifndef MOZ_FFMPEG
|
||||
return false;
|
||||
#else
|
||||
PlatformDecoderModule::Init();
|
||||
nsRefPtr<PlatformDecoderModule> m = FFmpegRuntimeLinker::CreateDecoderModule();
|
||||
return !!m;
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user