0d8dd626f69b6ab24877fd22bda2f39b2f434ea2
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / gstreamer1 / gstreamer1 / Config.in
1 config BR2_PACKAGE_GSTREAMER1
2         bool "gstreamer 1.x"
3         depends on BR2_USE_WCHAR # glib2
4         depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
5         depends on BR2_USE_MMU # glib2
6         select BR2_PACKAGE_LIBGLIB2
7         help
8           GStreamer is an open source multimedia framework. This 1.x version of
9           Gstreamer is incompatible with Gstreamer 0.10.x.
10
11           http://gstreamer.freedesktop.org/
12
13 if BR2_PACKAGE_GSTREAMER1
14
15 config BR2_PACKAGE_GSTREAMER1_PARSE
16         bool "enable command-line parser"
17         default y
18         help
19           Enable command line parser for gstreamer. This may incrase the CPu
20           overhead by a small amount.
21
22 config BR2_PACKAGE_GSTREAMER1_TRACE
23         bool "enable tracing subsystem"
24         default y
25         help
26           Enable the tracing subsystem within gstreamer. This may increase CPU
27           overhead by a small amount.
28
29 config BR2_PACKAGE_GSTREAMER1_GST_DEBUG
30         bool "enable gst-debug trace support"
31         default y
32         help
33           Enable support for the gst-debug tracing functionality in gstreamer.
34           This has limited CPU overhead, but does increase the rootfs size
35           somewhat.
36
37 config BR2_PACKAGE_GSTREAMER1_PLUGIN_REGISTRY
38         bool "enable plugin registry"
39         default y
40         help
41           Enable support for the GStreamer plugin registry. This may increase
42           the launch-time for a GStreamer application.
43
44 config BR2_PACKAGE_GSTREAMER1_INSTALL_TOOLS
45         bool "install gst-launch & gst-inspect"
46         default y
47         help
48           Install the gst-launch and gst-inspect tools. This will take up
49           additional space on the target.
50
51 endif
52
53 comment "gstreamer 1.x needs a toolchain w/ wchar, threads"
54         depends on BR2_USE_MMU
55         depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS