diff options
author | Sven Neumann <s.neumann@raumfeld.com> | 2009-07-23 15:46:07 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-07-23 23:55:01 +0200 |
commit | 56938f18731b8b7dfe245fa1593c5b1b3bcc1a33 (patch) | |
tree | 86403d66e4320d62b9e59bd4103da8979723385c /package/multimedia/libmms/Config.in | |
parent | f917e6b21b262b6fb7ff363f6c7b217bb653d97c (diff) |
libmms: new package
LibMMS is a common library for parsing mms:// and mmsh:// type network
streams.
Signed-off-by: Sven Neumann <s.neumann@raumfeld.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/multimedia/libmms/Config.in')
-rw-r--r-- | package/multimedia/libmms/Config.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/multimedia/libmms/Config.in b/package/multimedia/libmms/Config.in new file mode 100644 index 000000000..02055c4c2 --- /dev/null +++ b/package/multimedia/libmms/Config.in @@ -0,0 +1,11 @@ +config BR2_PACKAGE_LIBMMS + bool "libmms" + 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 |