From 40755180113ac58cd98fb0f6758c1466e56d5f94 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 29 Dec 2014 18:53:12 +0100 Subject: ao_portaudio: remove this audio output It's just completely useless. We have good native support for all 3 desktop platforms, and ao_sdl or ao_openal as fallbacks. --- wscript | 6 ------ 1 file changed, 6 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index 20d8bbed99..e9073d30a8 100644 --- a/wscript +++ b/wscript @@ -515,12 +515,6 @@ audio_output_features = [ 'name': '--pulse', 'desc': 'PulseAudio audio output', 'func': check_pkg_config('libpulse', '>= 1.0') - }, { - 'name': '--portaudio', - 'desc': 'PortAudio audio output', - 'deps': [ 'atomics' ], - 'func': check_pkg_config('portaudio-2.0', '>= 19'), - 'default': 'disable', }, { 'name': '--jack', 'desc': 'JACK audio output', -- cgit v1.2.3