python-pyasn: bump to version 1.6.0b1
[buildroot-gz.git] / package / gstreamer / gst-plugins-ugly / Config.in
blob3d133cf3f1d5bdcbdd0fc50908696b4c2376e3ea
1 menuconfig BR2_PACKAGE_GST_PLUGINS_UGLY
2         bool "gst-plugins-ugly"
3         select BR2_PACKAGE_GST_PLUGINS_BASE
4         help
5           A set of well-supported plug-ins for GStreamer, but might pose
6           problems for distributors.
8           http://gstreamer.freedesktop.org/
10 if BR2_PACKAGE_GST_PLUGINS_UGLY
12 comment "dependency-less plugins"
14 config BR2_PACKAGE_GST_PLUGINS_UGLY_PLUGIN_ASFDEMUX
15         bool "asfdemux"
17 config BR2_PACKAGE_GST_PLUGINS_UGLY_PLUGIN_DVDLPCMDEC
18         bool "dvdlpcmdec"
20 config BR2_PACKAGE_GST_PLUGINS_UGLY_PLUGIN_DVDSUB
21         bool "dvdsub"
23 config BR2_PACKAGE_GST_PLUGINS_UGLY_PLUGIN_IEC958
24         bool "iec958"
26 config BR2_PACKAGE_GST_PLUGINS_UGLY_PLUGIN_MPEGAUDIOPARSE
27         bool "mpegaudioparse"
29 config BR2_PACKAGE_GST_PLUGINS_UGLY_PLUGIN_MPEGSTREAM
30         bool "mpegstream"
32 config BR2_PACKAGE_GST_PLUGINS_UGLY_PLUGIN_REALMEDIA
33         bool "realmedia"
35 config BR2_PACKAGE_GST_PLUGINS_UGLY_PLUGIN_SYNAESTHESIA
36         bool "synaesthesia"
38 comment "plugins with external dependencies (there may be more available)"
40 config BR2_PACKAGE_GST_PLUGINS_UGLY_PLUGIN_LAME
41         bool "lame (*.mp3 audio encoder)"
42         select BR2_PACKAGE_LAME
44 config BR2_PACKAGE_GST_PLUGINS_UGLY_PLUGIN_MAD
45         bool "mad (*.mp3 audio)"
46         select BR2_PACKAGE_LIBID3TAG
47         select BR2_PACKAGE_LIBMAD
49 config BR2_PACKAGE_GST_PLUGINS_UGLY_PLUGIN_MPEG2DEC
50         bool "mpeg2dec"
51         select BR2_PACKAGE_LIBMPEG2
53 endif