2009-07-23 15:46:07 +02:00
|
|
|
config BR2_PACKAGE_LIBMMS
|
|
|
|
bool "libmms"
|
2010-05-25 23:38:44 +02:00
|
|
|
depends on BR2_USE_WCHAR # glib2
|
2013-07-15 21:47:50 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
|
2013-11-20 18:29:45 +01:00
|
|
|
depends on BR2_USE_MMU # glib2
|
2009-07-23 15:46:07 +02:00
|
|
|
select BR2_PACKAGE_LIBGLIB2
|
|
|
|
help
|
2013-11-11 17:23:23 +01:00
|
|
|
LibMMS is a common library for parsing mms:// and mmsh://
|
|
|
|
type network streams. These are commonly used to stream
|
|
|
|
Windows Media Video content over the web. LibMMS itself is
|
|
|
|
only for receiving MMS stream, it doesn't handle sending at
|
|
|
|
all.
|
2009-07-23 15:46:07 +02:00
|
|
|
|
|
|
|
http://launchpad.net/libmms
|
2010-05-25 23:38:44 +02:00
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "libmms needs a toolchain w/ wchar, threads"
|
2013-11-20 18:29:45 +01:00
|
|
|
depends on BR2_USE_MMU
|
2013-07-15 21:47:50 +02:00
|
|
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|