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.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user