The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / gstreamer / gst-plugins-good / Config.in
1 menuconfig BR2_PACKAGE_GST_PLUGINS_GOOD
2         bool "gst-plugins-good"
3         select BR2_PACKAGE_GST_PLUGINS_BASE
4         help
5           A set of well-supported plug-ins for GStreamer under the preferred
6           license.
7
8           http://gstreamer.freedesktop.org/
9
10 if BR2_PACKAGE_GST_PLUGINS_GOOD
11
12 config BR2_PACKAGE_GST_PLUGINS_GOOD_JPEG
13         bool "jpeg (JPEG support)"
14         select BR2_PACKAGE_JPEG
15
16 config BR2_PACKAGE_GST_PLUGINS_GOOD_PNG
17         bool "png (PNG support)"
18         select BR2_PACKAGE_LIBPNG
19
20 config BR2_PACKAGE_GST_PLUGINS_GOOD_BZ2
21         bool "bz2 support"
22         depends on BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_MATROSKA
23         select BR2_PACKAGE_BZIP2
24         help
25           Enable bz2 support for the following plugins:
26           matroska
27
28 config BR2_PACKAGE_GST_PLUGINS_GOOD_ZLIB
29         bool "zlib support"
30         depends on BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_ISOMP4 || BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_ID3DEMUX || BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_MATROSKA
31         select BR2_PACKAGE_ZLIB
32         help
33           Enable zlib support for the following plugins:
34           id3demux, isomp4, matroska
35
36 comment "dependency-less plugins"
37
38 config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_ALPHA
39         bool "alpha"
40
41 config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_APETAG
42         bool "apetag"
43
44 config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_AUDIOFX
45         bool "audiofx"
46
47 config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_AUDIOPARSERS
48         bool "audioparsers"
49
50 config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_AUPARSE
51         bool "auparse"
52
53 config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_AUTODETECT
54         bool "autodetect"
55
56 config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_AVI
57         bool "avi (*.avi video)"
58         default y
59
60 config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_CUTTER
61         bool "cutter"
62
63 config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_DEBUGUTILS
64         bool "debugutils"
65
66 config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_DEINTERLACE
67         bool "deinterlace"
68
69 config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_EFFECTV
70         bool "effectv"
71
72 config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_EQUALIZER
73         bool "equalizer"
74
75 config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_FLV
76         bool "flv"
77
78 config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_FLX
79         bool "flx"
80
81 config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_GOOM
82         bool "goom"
83
84 config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_GOOM2K1
85         bool "goom2k1"
86
87 config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_ID3DEMUX
88         bool "id3demux (*.mp3 audio)"
89
90 config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_ICYDEMUX
91         bool "icydemux"
92
93 config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_IMAGEFREEZE
94         bool "imagefreeze"
95
96 config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_INTERLEAVE
97         bool "interleave"
98
99 config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_ISOMP4
100         bool "isomp4"
101
102 config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_LAW
103         bool "law"
104
105 config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_LEVEL
106         bool "level"
107
108 config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_MATROSKA
109         bool "matroska"
110
111 config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_MONOSCOPE
112         bool "monoscope"
113
114 config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_MULTIFILE
115         bool "multifile"
116
117 config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_MULTIPART
118         bool "multipart"
119
120 config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_REPLAYGAIN
121         bool "replaygain"
122
123 config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_RTP
124         bool "rtp"
125
126 config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_RTPMANAGER
127         bool "rtpmanager"
128
129 config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_RTSP
130         bool "rtsp"
131
132 config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_SHAPEWIPE
133         bool "shapewipe"
134
135 config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_SMPTE
136         bool "smpte"
137
138 config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_SPECTRUM
139         bool "spectrum"
140
141 config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_UDP
142         bool "udp"
143
144 config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_VIDEOBOX
145         bool "videobox"
146
147 config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_VIDEOCROP
148         bool "videocrop"
149
150 config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_VIDEOFILTER
151         bool "videofilter"
152
153 config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_VIDEOMIXER
154         bool "videomixer"
155
156 config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_WAVENC
157         bool "wavenc"
158
159 config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_WAVPARSE
160         bool "wavparse (*.wav audio)"
161         default y
162
163 config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_Y4M
164         bool "y4m"
165
166 config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_V4L2
167         bool "v4l2"
168
169 comment "plugins with external dependencies"
170
171 config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_ANNODEX
172         bool "annodex (XML Library)"
173         select BR2_PACKAGE_LIBXML2
174
175 config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_CAIRO
176         bool "cairo"
177         depends on BR2_ARCH_HAS_ATOMICS # cairo
178         select BR2_PACKAGE_CAIRO
179         select BR2_PACKAGE_CAIRO_PNG
180
181 config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_FLAC
182         bool "flac (libFLAC)"
183         depends on BR2_USE_WCHAR # flac
184         select BR2_PACKAGE_FLAC
185
186 comment "flac needs a toolchain w/ wchar"
187         depends on !BR2_USE_WCHAR
188
189 config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_GDKPIXBUF
190         bool "gdkpixbuf"
191         depends on BR2_USE_WCHAR # gdk-pixbuf -> libglib2
192         depends on BR2_TOOLCHAIN_HAS_THREADS # gdk-pixbuf -> libglib2
193         select BR2_PACKAGE_GDK_PIXBUF
194
195 comment "gdkpixbuf needs a toolchain w/ wchar, threads"
196         depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
197
198 config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_OSS
199         bool "ossaudio (OSS audio)"
200
201 config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_OSS4
202         bool "oss4 (Open Sound System 4)"
203
204 config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_PULSE
205         depends on BR2_TOOLCHAIN_HAS_THREADS # pulseaudio
206         depends on BR2_USE_MMU # pulseaudio
207         depends on BR2_ARCH_HAS_ATOMICS # pulseaudio
208         depends on !BR2_STATIC_LIBS # pulseaudio
209         select BR2_PACKAGE_PULSEAUDIO
210         bool "pulseaudio"
211
212 comment "pulseaudio support needs a toolchain w/ threads, dynamic library"
213         depends on BR2_USE_MMU
214         depends on BR2_ARCH_HAS_ATOMICS
215         depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
216
217 config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_SOUPHTTPSRC
218         bool "souphttpsrc (http client)"
219         depends on BR2_USE_WCHAR # libsoup -> glib2
220         depends on BR2_TOOLCHAIN_HAS_THREADS # libsoup -> glib2
221         select BR2_PACKAGE_LIBSOUP
222
223 comment "souphttpsrc needs a toolchain w/ wchar, threads"
224         depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
225
226 config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_SPEEX
227         bool "speex"
228         select BR2_PACKAGE_SPEEX
229
230 config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_WAVPACK
231         bool "wavpack (*.wv audio)"
232         select BR2_PACKAGE_WAVPACK
233
234 endif