From 77d9e4b8a9286bc6dcd5f5d4c073351a9033def0 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 26 Jul 2014 22:40:27 +0200 Subject: 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' --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') 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', -- cgit v1.2.3