From 3e90a5fe81229e4c0acd8e5afa8d59efaf942fa9 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 6 Jan 2016 13:48:43 +0100 Subject: 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. --- audio/out/ao.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'audio/out/ao.c') diff --git a/audio/out/ao.c b/audio/out/ao.c index daa9c306b5..c950b9e773 100644 --- a/audio/out/ao.c +++ b/audio/out/ao.c @@ -45,7 +45,6 @@ extern const struct ao_driver audio_out_jack; extern const struct ao_driver audio_out_openal; extern const struct ao_driver audio_out_null; extern const struct ao_driver audio_out_alsa; -extern const struct ao_driver audio_out_dsound; extern const struct ao_driver audio_out_wasapi; extern const struct ao_driver audio_out_pcm; extern const struct ao_driver audio_out_lavc; @@ -65,9 +64,6 @@ static const struct ao_driver * const audio_out_drivers[] = { #if HAVE_WASAPI &audio_out_wasapi, #endif -#if HAVE_DSOUND - &audio_out_dsound, -#endif #if HAVE_OSS_AUDIO &audio_out_oss, #endif -- cgit v1.2.3