Commit e10a8d95 authored by Max Kellermann's avatar Max Kellermann

PlaylistRegistry: disable the "pls" plugin without GLib

parent 97f2be34
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment