gst-plugins-ugly: update configuration options
Remove the option for the libid3tag plug-in as is not any longer found in gst-plugins-ugly. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
9683d4f11a
commit
ce0b61a7a5
@ -38,10 +38,6 @@ config BR2_PACKAGE_GST_PLUGINS_UGLY_PLUGIN_SYNAESTHESIA
|
||||
|
||||
comment "plugins with external dependencies (there may be more available)"
|
||||
|
||||
config BR2_PACKAGE_GST_PLUGINS_UGLY_PLUGIN_ID3TAG
|
||||
bool "id3tag"
|
||||
select BR2_PACKAGE_LIBID3TAG
|
||||
|
||||
config BR2_PACKAGE_GST_PLUGINS_UGLY_PLUGIN_MAD
|
||||
bool "mad (*.mp3 audio)"
|
||||
select BR2_PACKAGE_GST_PLUGINS_UGLY_PLUGIN_ID3TAG
|
||||
|
@ -60,13 +60,6 @@ else
|
||||
GST_PLUGINS_UGLY_CONF_OPT += --disable-synaesthesia
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_GST_PLUGINS_UGLY_PLUGIN_ID3TAG),y)
|
||||
GST_PLUGINS_UGLY_CONF_OPT += --enable-id3tag
|
||||
GST_PLUGINS_UGLY_DEPENDENCIES += libid3tag
|
||||
else
|
||||
GST_PLUGINS_UGLY_CONF_OPT += --disable-id3tag
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_GST_PLUGINS_UGLY_PLUGIN_MAD),y)
|
||||
GST_PLUGINS_UGLY_CONF_OPT += --enable-mad
|
||||
GST_PLUGINS_UGLY_DEPENDENCIES += libmad
|
||||
|
Loading…
Reference in New Issue
Block a user