Remove GStreamer code from the build system

This commit is contained in:
trav90
2017-02-10 10:36:42 -06:00
committed by roytam1
parent 7ae60742ff
commit 02698fc2f0
3 changed files with 0 additions and 9 deletions
-3
View File
@@ -29,9 +29,6 @@ if CONFIG['MOZ_WAVE']:
if CONFIG['MOZ_WEBM']:
DIRS += ['webm']
if CONFIG['MOZ_GSTREAMER']:
DIRS += ['gstreamer']
if CONFIG['MOZ_DIRECTSHOW']:
DIRS += ['directshow']
-3
View File
@@ -116,9 +116,6 @@ if CONFIG['MOZ_WEBSPEECH']:
'/dom/media/webspeech/synth',
]
if CONFIG['MOZ_GSTREAMER']:
CXXFLAGS += CONFIG['GSTREAMER_CFLAGS']
if CONFIG['MOZ_SECUREELEMENT']:
LOCAL_INCLUDES += [
'/dom/secureelement',
-3
View File
@@ -356,9 +356,6 @@ if CONFIG['OS_ARCH'] == 'WINNT':
if CONFIG['MOZ_ENABLE_QT']:
OS_LIBS += CONFIG['XEXT_LIBS']
if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'cocoa' and CONFIG['MOZ_GSTREAMER']:
OS_LIBS += CONFIG['GSTREAMER_LIBS']
if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'windows':
OS_LIBS += [
'usp10',