playlist/flac: delete this obsolete plugin

The FLAC playlist plugin has been superseded by the "embcue" playlist
plugin, which can read the embedded CUE sheets of all formats.
This commit is contained in:
Max Kellermann
2012-02-12 19:57:27 +01:00
parent f8eece22c8
commit d7d9dbd2c2
4 changed files with 0 additions and 205 deletions
-5
View File
@@ -169,7 +169,6 @@ mpd_headers = \
src/playlist/lastfm_playlist_plugin.h \
src/playlist/despotify_playlist_plugin.h \
src/playlist/cue_playlist_plugin.h \
src/playlist/flac_playlist_plugin.h \
src/poison.h \
src/riff.h \
src/aiff.h \
@@ -885,10 +884,6 @@ if ENABLE_DESPOTIFY
libplaylist_plugins_a_SOURCES += src/playlist/despotify_playlist_plugin.c
endif
if HAVE_FLAC
libplaylist_plugins_a_SOURCES += src/playlist/flac_playlist_plugin.c
endif
#
# Filter plugins