gst-plugins-bad: audioparsers plugin is moved to -good
authorPeter Korsgaard <jacmet@sunsite.dk>
Thu, 29 Sep 2011 19:38:56 +0000 (21:38 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Thu, 29 Sep 2011 19:38:56 +0000 (21:38 +0200)
Thanks to Sven for noticing.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/multimedia/gst-plugins-bad/Config.in
package/multimedia/gst-plugins-bad/gst-plugins-bad.mk

index cd9249a482e7a5f15614d829a062e2a30bf02ab3..cfd9b707f44c013a628c5c0f0a105f54d99e2fde 100644 (file)
@@ -24,9 +24,6 @@ config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_AIFF
 config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_ASFMUX
        bool "asfmux"
 
-config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_AUDIOPARSERS
-       bool "audioparsers"
-
 config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_AUTOCONVERT
        bool "autoconvert"
 
index dee440a1733acefa7c45c7b43e00df52cb540290..9b2a738c3b53b274dadfa95b3e385997ccee8bff 100644 (file)
@@ -40,12 +40,6 @@ else
 GST_PLUGINS_BAD_CONF_OPT += --disable-asfmux
 endif
 
-ifeq ($(BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_AUDIOPARSERS),y)
-GST_PLUGINS_BAD_CONF_OPT += --enable-audioparsers
-else
-GST_PLUGINS_BAD_CONF_OPT += --disable-audioparsers
-endif
-
 ifeq ($(BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_AUTOCONVERT),y)
 GST_PLUGINS_BAD_CONF_OPT += --enable-autoconvert
 else