Config.in 578 B

1234567891011121314151617181920
  1. config BR2_PACKAGE_GSTREAMER
  2. bool "gstreamer"
  3. depends on BR2_USE_WCHAR # glib2
  4. select BR2_PACKAGE_LIBGLIB2
  5. help
  6. GStreamer is an open source multimedia framework.
  7. http://gstreamer.freedesktop.org/
  8. config BR2_PACKAGE_GSTREAMER_GST_DEBUG
  9. bool "enable gst-debug trace support"
  10. default y
  11. depends on BR2_PACKAGE_GSTREAMER
  12. help
  13. Enable support for the gst-debug tracing functionality
  14. in gstreamer. This has limited CPU overhead, but does
  15. increase the rootfs size somewhat.
  16. comment "gstreamer requires a toolchain with WCHAR support"
  17. depends on !BR2_USE_WCHAR