Config.in 608 B

123456789101112131415161718
  1. config BR2_PACKAGE_LIBMMS
  2. bool "libmms"
  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. LibMMS is a common library for parsing mms:// and mmsh://
  9. type network streams. These are commonly used to stream
  10. Windows Media Video content over the web. LibMMS itself is
  11. only for receiving MMS stream, it doesn't handle sending at
  12. all.
  13. http://launchpad.net/libmms
  14. comment "libmms needs a toolchain w/ wchar, threads"
  15. depends on BR2_USE_MMU
  16. depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS