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 /configure.ac | |
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 'configure.ac')
-rw-r--r-- | configure.ac | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/configure.ac b/configure.ac index a3794924f..53b505abe 100644 --- a/configure.ac +++ b/configure.ac @@ -230,11 +230,6 @@ AC_ARG_ENABLE(httpd-output, [enables the HTTP server output]),, [enable_httpd_output=auto]) -AC_ARG_ENABLE(raop-output, - AS_HELP_STRING([--enable-raop-output], - [enables the RAOP output]),, - [enable_raop_output=auto]) - AC_ARG_ENABLE(id3, AS_HELP_STRING([--enable-id3], [enable id3 support]),, @@ -1428,17 +1423,6 @@ fi AM_CONDITIONAL(ENABLE_SOLARIS_OUTPUT, test x$enable_solaris_output = xyes) -dnl --------------------------------- RAOP ------------------------------------ - -MPD_AUTO_PKG(raop_output, OPENSSL, [openssl], - [RAOP output], [OpenSSL not found]) - -if test x$enable_raop_output = xyes; then - AC_DEFINE(ENABLE_RAOP_OUTPUT, 1, [Define for compiling RAOP support]) -fi - -AM_CONDITIONAL(ENABLE_RAOP_OUTPUT, test x$enable_raop_output = xyes) - dnl --------------------------------- WinMM --------------------------------- case "$host_os" in @@ -1468,7 +1452,6 @@ if test x$enable_openal = xno && test x$enable_oss = xno && test x$enable_osx = xno && - test x$enable_raop_output = xno && test x$enable_pipe_output = xno && test x$enable_pulse = xno && test x$enable_recorder_output = xno && @@ -1601,7 +1584,6 @@ results(osx, [OS X]) results(pipe_output, [Pipeline]) printf '\n\t' results(pulse, [PulseAudio]) -results(raop_output, [RAOP]) results(roar,[ROAR]) results(shout, [SHOUTcast]) results(solaris_output, [Solaris]) |