summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-01-06 13:48:43 +0100
committerwm4 <wm4@nowhere>2016-01-06 13:52:15 +0100
commit3e90a5fe81229e4c0acd8e5afa8d59efaf942fa9 (patch)
treeb5c3db4b30c550a7dbab3df394b4e9e6b7bf9b87 /wscript
parent27ccad541ab4a7b1331ff60a41165ffd324c341c (diff)
downloadmpv-3e90a5fe81229e4c0acd8e5afa8d59efaf942fa9.tar.bz2
mpv-3e90a5fe81229e4c0acd8e5afa8d59efaf942fa9.tar.xz
ao_dsound: remove this audio output
It existed for XP-compatibility only. There was also a time where ao_wasapi caused issues, but we're relatively confident that ao_wasapi works better or at least as good as ao_dsound on Windows Vista and later.
Diffstat (limited to 'wscript')
-rw-r--r--wscript4
1 files changed, 0 insertions, 4 deletions
diff --git a/wscript b/wscript
index 3dd3995259..47071848aa 100644
--- a/wscript
+++ b/wscript
@@ -560,10 +560,6 @@ audio_output_features = [
fragment=load_fragment('coreaudio.c'),
framework_name=['CoreFoundation', 'CoreAudio', 'AudioUnit', 'AudioToolbox'])
}, {
- 'name': '--dsound',
- 'desc': 'DirectSound audio output',
- 'func': check_cc(header_name='dsound.h'),
- }, {
'name': '--wasapi',
'desc': 'WASAPI audio output',
'deps': ['win32', 'atomics'],