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. --- old-configure | 3 --- 1 file changed, 3 deletions(-) (limited to 'old-configure') diff --git a/old-configure b/old-configure index 0db4d41197..8fdb6168a4 100755 --- a/old-configure +++ b/old-configure @@ -204,7 +204,6 @@ options_state_machine() { opt_yes_no _rsound "RSound audio output" opt_yes_no _sndio "sndio audio output" opt_yes_no _pulse "Pulseaudio audio output" - opt_yes_no _portaudio "PortAudio audio output" opt_yes_no _jack "JACK audio output" opt_yes_no _openal "OpenAL audio output" opt_yes_no _shm "X11/Xv shared memory" @@ -704,8 +703,6 @@ check_statement_libs "sndio" $_sndio SNDIO sndio.h 'struct sio_par par; sio_init check_pkg_config "PulseAudio" $_pulse PULSE 'libpulse >= 1.0' -check_pkg_config "PortAudio" $_portaudio PORTAUDIO 'portaudio-2.0 >= 19' - check_pkg_config "JACK" $_jack JACK 'jack' check_pkg_config "OpenAL" $_openal OPENAL 'openal >= 1.13' -- cgit v1.2.3