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