PlaylistRegistry: disable the "pls" plugin without GLib

This commit is contained in:
Max Kellermann 2014-02-17 23:33:32 +01:00
parent 97f2be348c
commit e10a8d95f6
1 changed files with 3 additions and 0 deletions

View File

@ -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,