From e127cfa0b51322f1c78c42634ae740d57ff17f00 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 29 May 2014 02:24:21 +0200 Subject: build: disable PortAudio by default This was originally added because we thought this would make a good portable audio API, which would give us good behavior on Windows, Linux, and OSX. But this hope was disappointed: it's not reliable enough (nice deadlocks on Linux when seeking, i.e. resetting the audio device), doesn't have enough features (no channel maps, no digital passthrough), and in general just is not very good. --- wscript | 1 + 1 file changed, 1 insertion(+) (limited to 'wscript') diff --git a/wscript b/wscript index eec5d0ea79..faa45aa26e 100644 --- a/wscript +++ b/wscript @@ -473,6 +473,7 @@ audio_output_features = [ 'desc': 'PortAudio audio output', 'deps': [ 'pthreads' ], 'func': check_pkg_config('portaudio-2.0', '>= 19'), + 'default': 'disable', }, { 'name': '--jack', 'desc': 'JACK audio output', -- cgit v1.2.3