diff options
author | Max Kellermann <max@duempel.org> | 2012-05-29 23:15:41 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2012-05-29 23:15:41 +0200 |
commit | 457d98c8605c3406a2f83f8f099abe0048968efb (patch) | |
tree | 16c57c4ab55a219384eaed1a16fb902403a4994e /src/output_list.c | |
parent | 3c3f1b7ff27c13b817a7a94ef7605e06c93e4ff2 (diff) | |
download | mpd-457d98c8605c3406a2f83f8f099abe0048968efb.tar.gz mpd-457d98c8605c3406a2f83f8f099abe0048968efb.tar.xz mpd-457d98c8605c3406a2f83f8f099abe0048968efb.zip |
output/raop: delete the RAOP plugin
This plugin is horrible code, I mean it. Last year, I tried hard to
fix it, but I figured would take less time to do a full rewrite.
Given that I don't even have any device that supports RAOP, I can't do
that properly. After 16 months, nobody volunteered for fixing it.
Hereby, I delete it, because having no RAOP plugin is better than
having this mess. Sorry.
Diffstat (limited to 'src/output_list.c')
-rw-r--r-- | src/output_list.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/output_list.c b/src/output_list.c index e269086cf..ffb0698f1 100644 --- a/src/output_list.c +++ b/src/output_list.c @@ -33,7 +33,6 @@ #include "output/osx_output_plugin.h" #include "output/pipe_output_plugin.h" #include "output/pulse_output_plugin.h" -#include "output/raop_output_plugin.h" #include "output/recorder_output_plugin.h" #include "output/roar_output_plugin.h" #include "output/shout_output_plugin.h" @@ -69,9 +68,6 @@ const struct audio_output_plugin *audio_output_plugins[] = { #ifdef HAVE_OSX &osx_output_plugin, #endif -#ifdef ENABLE_RAOP_OUTPUT - &raop_output_plugin, -#endif #ifdef ENABLE_SOLARIS_OUTPUT &solaris_output_plugin, #endif |