summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-12-29 18:53:12 +0100
committerwm4 <wm4@nowhere>2014-12-29 18:53:12 +0100
commit40755180113ac58cd98fb0f6758c1466e56d5f94 (patch)
tree1920c6bfd404c57d05c97f11f1e2bfb0efba994c /wscript
parentadeada149b8692a29c2814f186fadb4d8313be41 (diff)
downloadmpv-40755180113ac58cd98fb0f6758c1466e56d5f94.tar.bz2
mpv-40755180113ac58cd98fb0f6758c1466e56d5f94.tar.xz
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.
Diffstat (limited to 'wscript')
-rw-r--r--wscript6
1 files changed, 0 insertions, 6 deletions
diff --git a/wscript b/wscript
index 20d8bbed99..e9073d30a8 100644
--- a/wscript
+++ b/wscript
@@ -516,12 +516,6 @@ audio_output_features = [
'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',
'deps': ['atomics'],