From 457d98c8605c3406a2f83f8f099abe0048968efb Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 29 May 2012 23:15:41 +0200 Subject: 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. --- src/output_list.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/output_list.c') 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 -- cgit v1.2.3