diff options
author | Max Kellermann <max@duempel.org> | 2009-10-13 19:43:56 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-10-13 19:43:56 +0200 |
commit | 1ff101c56869d3f520dc5ac738d43b7944068075 (patch) | |
tree | cb4729dc0b1803d306b1692cf003b737513d4b02 /Makefile.am | |
parent | a93ffdd1bed1885740f0a28bc649a9db9a7969e4 (diff) | |
download | mpd-1ff101c56869d3f520dc5ac738d43b7944068075.tar.gz mpd-1ff101c56869d3f520dc5ac738d43b7944068075.tar.xz mpd-1ff101c56869d3f520dc5ac738d43b7944068075.zip |
input/lastfm: removed obsolete last.fm input plugin
This has been replaced by the last.fm playlist plugin. The input
plugin has never worked well, and was just a playground to experiment
with the last.fm radio protocol.
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am index c9bc70595..0c0fa89d1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -86,7 +86,6 @@ mpd_headers = \ src/input_stream.h \ src/input/file_input_plugin.h \ src/input/curl_input_plugin.h \ - src/input/lastfm_input_plugin.h \ src/input/mms_input_plugin.h \ src/text_input_stream.h \ src/icy_server.h \ @@ -540,10 +539,6 @@ if ENABLE_CURL INPUT_SRC += src/input/curl_input_plugin.c src/icy_metadata.c endif -if ENABLE_LASTFM -INPUT_SRC += src/input/lastfm_input_plugin.c -endif - if ENABLE_MMS INPUT_SRC += src/input/mms_input_plugin.c endif |