gst-plugins-good: add pulseaudio support
authorPeter Korsgaard <jacmet@sunsite.dk>
Thu, 20 Oct 2011 14:46:35 +0000 (16:46 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Thu, 20 Oct 2011 15:13:03 +0000 (17:13 +0200)
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/multimedia/gst-plugins-good/Config.in
package/multimedia/gst-plugins-good/gst-plugins-good.mk

index 1fc66a35724d16faa2a4346906143be3ba3d4f7c..33ecb5c32c16e04b041fa2f7a8657d3c4afe9c1b 100644 (file)
@@ -192,6 +192,10 @@ config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_OSS
 config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_OSS4
        bool "oss4 (Open Sound System 4)"
 
+config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_PULSE
+       select BR2_PACKAGE_PULSEAUDIO
+       bool "pulseaudio"
+
 config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_SOUPHTTPSRC
        bool "souphttpsrc (http client)"
        select BR2_PACKAGE_LIBSOUP
index c2dcd24db29a55132a8aa85caf767b416badc3de..c7afed4c7f4e6a844948365f46c5f50f66bc22d0 100644 (file)
@@ -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