Config.in 515 B

123456789101112131415
  1. config BR2_PACKAGE_LIBMMS
  2. bool "libmms"
  3. depends on BR2_USE_WCHAR # glib2
  4. select BR2_PACKAGE_LIBGLIB2
  5. help
  6. LibMMS is a common library for parsing mms:// and mmsh://
  7. type network streams. These are commonly used to stream
  8. Windows Media Video content over the web. LibMMS itself is
  9. only for receiving MMS stream, it doesn't handle sending at
  10. all.
  11. http://launchpad.net/libmms
  12. comment "libmms requires a toolchain with WCHAR support"
  13. depends on !BR2_USE_WCHAR