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. --- 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 10ed6c939f..1590066c83 100644 --- a/audio/out/ao.c +++ b/audio/out/ao.c @@ -50,7 +50,6 @@ 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; -extern const struct ao_driver audio_out_portaudio; extern const struct ao_driver audio_out_sdl; static const struct ao_driver * const audio_out_drivers[] = { @@ -72,9 +71,6 @@ static const struct ao_driver * const audio_out_drivers[] = { #endif #if HAVE_OSS_AUDIO &audio_out_oss, -#endif -#if HAVE_PORTAUDIO - &audio_out_portaudio, #endif // wrappers: #if HAVE_JACK -- cgit v1.2.3