kumquat-buildroot/package/multimedia/gst-plugins-ugly/Config.in
Sven Neumann 8d3b7283fa gst-plugins-ugly: fix dependencies for mad MP3 decoder plug-in
The mad plug-in depends on libid3tag. This dependency used to be
implicit by selecting the id3tag plug-in. Now that this plug-in
is not any longer part of gst-plugins-ugly we need an explicit
dependency on libid3tag.

Signed-off-by: Sven Neumann <s.neumann@raumfeld.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-07-24 23:11:17 +02:00

51 lines
1.2 KiB
Plaintext

menuconfig BR2_PACKAGE_GST_PLUGINS_UGLY
bool "gst-plugins-ugly"
depends on BR2_PACKAGE_GSTREAMER
select BR2_PACKAGE_GST_PLUGINS_BASE
help
A set of well-supported plug-ins for GStreamer, but might pose
problems for distributors.
http://gstreamer.freedesktop.org/
if BR2_PACKAGE_GST_PLUGINS_UGLY
comment "dependency-less plugins"
config BR2_PACKAGE_GST_PLUGINS_UGLY_PLUGIN_ASFDEMUX
bool "asfdemux"
config BR2_PACKAGE_GST_PLUGINS_UGLY_PLUGIN_DVDLPCMDEC
bool "dvdlpcmdec"
config BR2_PACKAGE_GST_PLUGINS_UGLY_PLUGIN_DVDSUB
bool "dvdsub"
config BR2_PACKAGE_GST_PLUGINS_UGLY_PLUGIN_IEC958
bool "iec958"
config BR2_PACKAGE_GST_PLUGINS_UGLY_PLUGIN_MPEGAUDIOPARSE
bool "mpegaudioparse"
config BR2_PACKAGE_GST_PLUGINS_UGLY_PLUGIN_MPEGSTREAM
bool "mpegstream"
config BR2_PACKAGE_GST_PLUGINS_UGLY_PLUGIN_REALMEDIA
bool "realmedia"
config BR2_PACKAGE_GST_PLUGINS_UGLY_PLUGIN_SYNAESTHESIA
bool "synaesthesia"
comment "plugins with external dependencies (there may be more available)"
config BR2_PACKAGE_GST_PLUGINS_UGLY_PLUGIN_MAD
bool "mad (*.mp3 audio)"
select BR2_PACKAGE_LIBID3TAG
select BR2_PACKAGE_LIBMAD
config BR2_PACKAGE_GST_PLUGINS_UGLY_PLUGIN_MPEG2DEC
bool "mpeg2dec"
select BR2_PACKAGE_LIBMPEG2
endif