PlaylistRegistry: disable the "pls" plugin without GLib
This commit is contained in:
parent
97f2be348c
commit
e10a8d95f6
@ -45,7 +45,10 @@
|
|||||||
const struct playlist_plugin *const playlist_plugins[] = {
|
const struct playlist_plugin *const playlist_plugins[] = {
|
||||||
&extm3u_playlist_plugin,
|
&extm3u_playlist_plugin,
|
||||||
&m3u_playlist_plugin,
|
&m3u_playlist_plugin,
|
||||||
|
#ifdef HAVE_GLIB
|
||||||
|
// TODO: enable without GLib
|
||||||
&pls_playlist_plugin,
|
&pls_playlist_plugin,
|
||||||
|
#endif
|
||||||
#ifdef HAVE_EXPAT
|
#ifdef HAVE_EXPAT
|
||||||
&xspf_playlist_plugin,
|
&xspf_playlist_plugin,
|
||||||
&asx_playlist_plugin,
|
&asx_playlist_plugin,
|
||||||
|
Loading…
Reference in New Issue
Block a user