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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user