From e10a8d95f69832250939f477b90d4a55274eedce Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 17 Feb 2014 23:33:32 +0100 Subject: PlaylistRegistry: disable the "pls" plugin without GLib --- src/playlist/PlaylistRegistry.cxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/playlist/PlaylistRegistry.cxx b/src/playlist/PlaylistRegistry.cxx index 9439039ef..1b58c5c0f 100644 --- a/src/playlist/PlaylistRegistry.cxx +++ b/src/playlist/PlaylistRegistry.cxx @@ -45,7 +45,10 @@ const struct playlist_plugin *const playlist_plugins[] = { &extm3u_playlist_plugin, &m3u_playlist_plugin, +#ifdef HAVE_GLIB + // TODO: enable without GLib &pls_playlist_plugin, +#endif #ifdef HAVE_EXPAT &xspf_playlist_plugin, &asx_playlist_plugin, -- cgit v1.2.3