From 2df2a989af3296b1d6c7bc829ad3139e290ee474 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 17 Apr 2013 21:46:16 +0200 Subject: input/soup: plugin removed This plugin is cumbersome to support, now that MPD is migrating away from GLib and the GLib event loop. It has no practical advantages over the CURL plugin. Soup requires the bloated GType library. --- src/ls.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ls.cxx') diff --git a/src/ls.cxx b/src/ls.cxx index ef3fe2a84..9a74f88b8 100644 --- a/src/ls.cxx +++ b/src/ls.cxx @@ -34,7 +34,7 @@ * connected by IPC socket. */ static const char *remoteUrlPrefixes[] = { -#if defined(ENABLE_CURL) || defined(ENABLE_SOUP) +#if defined(ENABLE_CURL) "http://", #endif #ifdef ENABLE_MMS -- cgit v1.2.3