gst-plugins-bad: audioparsers plugin is moved to -good
Thanks to Sven for noticing. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
30f416cc86
commit
5ebe28cce6
@ -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"
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user