aboutsummaryrefslogtreecommitdiffstats
path: root/src/ls.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-04-17 21:46:16 +0200
committerMax Kellermann <max@duempel.org>2013-04-17 21:46:16 +0200
commit2df2a989af3296b1d6c7bc829ad3139e290ee474 (patch)
treef2c354c257b17c53caaad79bce050c4cea1a6c86 /src/ls.cxx
parent4a800b311f5dfde74956edb29dee99998ba1ced1 (diff)
downloadmpd-2df2a989af3296b1d6c7bc829ad3139e290ee474.tar.gz
mpd-2df2a989af3296b1d6c7bc829ad3139e290ee474.tar.xz
mpd-2df2a989af3296b1d6c7bc829ad3139e290ee474.zip
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.
Diffstat (limited to 'src/ls.cxx')
-rw-r--r--src/ls.cxx2
1 files changed, 1 insertions, 1 deletions
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