aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-02-12 19:57:27 +0100
committerMax Kellermann <max@duempel.org>2012-02-12 19:57:27 +0100
commitd7d9dbd2c2798b6ff39acb07a3bed38b6f99e283 (patch)
treea6a7df58606e4b6ee9790918013b7ddbddc58386 /Makefile.am
parentf8eece22c81f75206f938526994f87b6091fcf3d (diff)
downloadmpd-d7d9dbd2c2798b6ff39acb07a3bed38b6f99e283.tar.gz
mpd-d7d9dbd2c2798b6ff39acb07a3bed38b6f99e283.tar.xz
mpd-d7d9dbd2c2798b6ff39acb07a3bed38b6f99e283.zip
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.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index 7602fc674..d82306e97 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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