From abcc225763e543b75baaa4ff11342e911194910d Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 10 Feb 2012 00:12:29 +0100 Subject: cue_parser: new line based CUE sheet parser To replace libcue, the unmaintained and crashy library. --- src/playlist_list.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/playlist_list.c') diff --git a/src/playlist_list.c b/src/playlist_list.c index 1f220eee..f89ab386 100644 --- a/src/playlist_list.c +++ b/src/playlist_list.c @@ -54,9 +54,7 @@ static const struct playlist_plugin *const playlist_plugins[] = { #ifdef ENABLE_LASTFM &lastfm_playlist_plugin, #endif -#ifdef HAVE_CUE &cue_playlist_plugin, -#endif #ifdef HAVE_FLAC &flac_playlist_plugin, #endif -- cgit v1.2.3