Nuke remaining GStreamer code

This commit is contained in:
trav90
2017-02-10 10:32:18 -06:00
committed by roytam1
parent 3096ebb49c
commit 7ae60742ff
7 changed files with 3 additions and 73 deletions
-8
View File
@@ -95,10 +95,6 @@
#include "WMFDecoder.h"
#endif
#ifdef MOZ_GSTREAMER
#include "GStreamerFormatHelper.h"
#endif
#ifdef MOZ_FFMPEG
#include "FFmpegRuntimeLinker.h"
#endif
@@ -373,10 +369,6 @@ nsLayoutStatics::Shutdown()
AndroidMediaPluginHost::Shutdown();
#endif
#ifdef MOZ_GSTREAMER
GStreamerFormatHelper::Shutdown();
#endif
#ifdef MOZ_FFMPEG
FFmpegRuntimeLinker::Unlink();
#endif