diff options
author | Max Kellermann <max@duempel.org> | 2012-02-10 00:12:29 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2012-02-10 00:12:29 +0100 |
commit | abcc225763e543b75baaa4ff11342e911194910d (patch) | |
tree | c278ea61339d0a7c5ab1ed00881a15751c29b2c4 /src/playlist_list.c | |
parent | b9673fc521c453f8729544541ba48fcafefcf4e9 (diff) | |
download | mpd-abcc225763e543b75baaa4ff11342e911194910d.tar.gz mpd-abcc225763e543b75baaa4ff11342e911194910d.tar.xz mpd-abcc225763e543b75baaa4ff11342e911194910d.zip |
cue_parser: new line based CUE sheet parser
To replace libcue, the unmaintained and crashy library.
Diffstat (limited to 'src/playlist_list.c')
-rw-r--r-- | src/playlist_list.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/playlist_list.c b/src/playlist_list.c index 1f220eee8..f89ab386d 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 |