kmod: bump to version 24
[buildroot-gz.git] / package / gstreamer1 / gst1-plugins-ugly / Config.in
blobf30163aa0ab6b926462dd9c6316ee59989311c7d
1 menuconfig BR2_PACKAGE_GST1_PLUGINS_UGLY
2         bool "gst1-plugins-ugly"
3         select BR2_PACKAGE_GST1_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_GST1_PLUGINS_UGLY
12 comment "dependency-less plugins"
14 config BR2_PACKAGE_GST1_PLUGINS_UGLY_PLUGIN_ASFDEMUX
15         bool "asfdemux"
16         help
17           Demuxes and muxes audio and video in Microsofts ASF format
19 config BR2_PACKAGE_GST1_PLUGINS_UGLY_PLUGIN_DVDLPCMDEC
20         bool "dvdlpcmdec"
21         help
22           Decode DVD LPCM frames into standard PCM
24 config BR2_PACKAGE_GST1_PLUGINS_UGLY_PLUGIN_DVDSUB
25         bool "dvdsub"
26         help
27           DVD subtitle parser and decoder
29 config BR2_PACKAGE_GST1_PLUGINS_UGLY_PLUGIN_XINGMUX
30         bool "xingmux"
31         help
32           Add XING tags to mpeg audio files
34 config BR2_PACKAGE_GST1_PLUGINS_UGLY_PLUGIN_REALMEDIA
35         bool "realmedia"
36         help
37           RealMedia support plugins
39 comment "plugins with external dependencies (there may be more available)"
41 config BR2_PACKAGE_GST1_PLUGINS_UGLY_PLUGIN_DVDREAD
42         bool "dvdread"
43         select BR2_PACKAGE_LIBDVDREAD
44         help
45           Access a DVD with dvdread
47 config BR2_PACKAGE_GST1_PLUGINS_UGLY_PLUGIN_LAME
48         bool "lame (*.mp3 audio encoder)"
49         select BR2_PACKAGE_LAME
50         help
51           Encode MP3s with LAME
53 config BR2_PACKAGE_GST1_PLUGINS_UGLY_PLUGIN_MAD
54         bool "mad (*.mp3 audio)"
55         select BR2_PACKAGE_LIBID3TAG
56         select BR2_PACKAGE_LIBMAD
57         help
58           mp3 decoding based on the mad library
60 config BR2_PACKAGE_GST1_PLUGINS_UGLY_PLUGIN_MPG123
61         bool "mpg123 (*.mp3 audio)"
62         select BR2_PACKAGE_MPG123
63         help
64           mp3 decoding based on the mpg123 library
66 config BR2_PACKAGE_GST1_PLUGINS_UGLY_PLUGIN_MPEG2DEC
67         bool "mpeg2dec"
68         select BR2_PACKAGE_LIBMPEG2
69         help
70           LibMpeg2 decoder
72 config BR2_PACKAGE_GST1_PLUGINS_UGLY_PLUGIN_X264
73         bool "x264"
74         select BR2_PACKAGE_X264
75         help
76           x264 encoder
78 # Note: to get descriptions use the following.
79 # # find . -name 'plugin-*.xml' | xargs grep -m 1 description
80 endif