summaryrefslogtreecommitdiffstats
path: root/old-configure
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-07-26 22:40:27 +0200
committerwm4 <wm4@nowhere>2014-07-26 23:19:48 +0200
commit77d9e4b8a9286bc6dcd5f5d4c073351a9033def0 (patch)
treeccdd670249bbe5121cbf96c427c7435441deea44 /old-configure
parent3c7675ae9a9b9a04cde9335807097805114003ab (diff)
downloadmpv-77d9e4b8a9286bc6dcd5f5d4c073351a9033def0.tar.bz2
mpv-77d9e4b8a9286bc6dcd5f5d4c073351a9033def0.tar.xz
ao_pulse: remove hacks for ancient PulseAudio versions
This was needed by very old (0.9) versions only. Get rid of it. Unfortunately, I can't cross-check with the original bug report, since the bug URL leads to this: Internal Server Error TracError: IOError: [Errno 2] No such file or directory: '/home/lennart/svn/trac/pulseaudio/VERSION'
Diffstat (limited to 'old-configure')
-rwxr-xr-xold-configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/old-configure b/old-configure
index a57be03a56..063240bcbf 100755
--- a/old-configure
+++ b/old-configure
@@ -720,7 +720,7 @@ check_statement_libs "RSound" $_rsound RSOUND rsound.h 'rsd_init(NULL);' -lrsoun
check_statement_libs "sndio" $_sndio SNDIO sndio.h 'struct sio_par par; sio_initpar(&par); const char *s = SIO_DEVANY' -lsndio
-check_pkg_config "PulseAudio" $_pulse PULSE 'libpulse >= 0.9'
+check_pkg_config "PulseAudio" $_pulse PULSE 'libpulse >= 1.0'
check_pkg_config "PortAudio" $_portaudio PORTAUDIO 'portaudio-2.0 >= 19'