output/pulse: require libpulse 0.9.16

Remove all #ifdefs.  Old versions of libpulse are not being tested,
and thus I'm removing support.
This commit is contained in:
Max Kellermann
2013-09-04 16:44:57 +02:00
parent b691d3123b
commit d1f4a31b5e
2 changed files with 4 additions and 52 deletions

View File

@@ -1375,7 +1375,7 @@ fi
AM_CONDITIONAL(ENABLE_PIPE_OUTPUT, test x$enable_pipe_output = xyes)
dnl -------------------------------- PulseAudio -------------------------------
MPD_AUTO_PKG(pulse, PULSE, [libpulse],
MPD_AUTO_PKG(pulse, PULSE, [libpulse >= 0.9.16],
[PulseAudio output plugin], [libpulse not found])
if test x$enable_pulse = xyes; then
AC_DEFINE([HAVE_PULSE], 1,