From caa4d28f044d70012cd113f324e6500c0b57d491 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 29 Jan 2009 21:42:10 +0100 Subject: added support for the MMS protocol This patch implements the MMS protocol, by using libmms. It is quite experimental: it does not support seeking yet, and it is currently using synchronous I/O, which causes MPD to hang while waiting for the server. --- src/ls.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/ls.c') diff --git a/src/ls.c b/src/ls.c index 039695d23..838680f60 100644 --- a/src/ls.c +++ b/src/ls.c @@ -26,6 +26,12 @@ static const char *remoteUrlPrefixes[] = { #ifdef HAVE_CURL "http://", +#endif +#ifdef ENABLE_MMS + "mms://", + "mmsh://", + "mmst://", + "mmsu://", #endif NULL }; -- cgit v1.2.3