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
|
2009-07-23 15:46:07 +02:00
|
|
|
select BR2_PACKAGE_LIBGLIB2
|
|
|
|
help
|
|
|
|
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.
|
|
|
|
|
|
|
|
http://launchpad.net/libmms
|
2010-05-25 23:38:44 +02:00
|
|
|
|
|
|
|
comment "libmms requires a toolchain with WCHAR support"
|
|
|
|
depends on !BR2_USE_WCHAR
|