2008-12-08 18:48:31 +01:00
|
|
|
config BR2_PACKAGE_GSTREAMER
|
|
|
|
bool "gstreamer"
|
2010-05-25 23:38:44 +02:00
|
|
|
depends on BR2_USE_WCHAR # glib2
|
2008-12-08 18:48:31 +01:00
|
|
|
select BR2_PACKAGE_LIBGLIB2
|
|
|
|
help
|
|
|
|
GStreamer is an open source multimedia framework.
|
|
|
|
|
|
|
|
http://gstreamer.freedesktop.org/
|
2009-06-16 22:33:56 +02:00
|
|
|
|
2011-09-27 11:52:50 +02:00
|
|
|
config BR2_PACKAGE_GSTREAMER_GST_DEBUG
|
|
|
|
bool "enable gst-debug trace support"
|
|
|
|
default y
|
|
|
|
depends on BR2_PACKAGE_GSTREAMER
|
|
|
|
help
|
|
|
|
Enable support for the gst-debug tracing functionality
|
|
|
|
in gstreamer. This has limited CPU overhead, but does
|
|
|
|
increase the rootfs size somewhat.
|
|
|
|
|
2010-05-25 23:38:44 +02:00
|
|
|
comment "gstreamer requires a toolchain with WCHAR support"
|
|
|
|
depends on !BR2_USE_WCHAR
|