summaryrefslogtreecommitdiffstats
path: root/wscript
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 /wscript
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 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 080ef7f1cf..148432dabd 100644
--- a/wscript
+++ b/wscript
@@ -479,7 +479,7 @@ audio_output_features = [
}, {
'name': '--pulse',
'desc': 'PulseAudio audio output',
- 'func': check_pkg_config('libpulse', '>= 0.9')
+ 'func': check_pkg_config('libpulse', '>= 1.0')
}, {
'name': '--portaudio',
'desc': 'PortAudio audio output',