1 config BR2_PACKAGE_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
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
14 http://launchpad.net/libmms
16 comment "libmms needs a toolchain w/ wchar, threads"
17 depends on BR2_USE_MMU
18 depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS