|
@@ -345,6 +345,13 @@ else
|
|
|
GST_PLUGINS_GOOD_CONF_OPT += --disable-oss4
|
|
|
endif
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_PULSE),y)
|
|
|
+GST_PLUGINS_GOOD_CONF_OPT += --enable-pulse
|
|
|
+GST_PLUGINS_GOOD_DEPENDENCIES += pulseaudio
|
|
|
+else
|
|
|
+GST_PLUGINS_GOOD_CONF_OPT += --disable-pulse
|
|
|
+endif
|
|
|
+
|
|
|
ifeq ($(BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_SOUPHTTPSRC),y)
|
|
|
GST_PLUGINS_GOOD_CONF_OPT += --enable-soup
|
|
|
GST_PLUGINS_GOOD_DEPENDENCIES += libsoup
|