diff options
author | Max Kellermann <max@duempel.org> | 2013-04-17 21:46:16 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-04-17 21:46:16 +0200 |
commit | 2df2a989af3296b1d6c7bc829ad3139e290ee474 (patch) | |
tree | f2c354c257b17c53caaad79bce050c4cea1a6c86 /src/ls.cxx | |
parent | 4a800b311f5dfde74956edb29dee99998ba1ced1 (diff) | |
download | mpd-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 '')
-rw-r--r-- | src/ls.cxx | 2 |
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 |