comparison src/audio/SDL_audio.c @ 148:8758b8d42cd9

Audio subsystem no longer assumes sun audio API on UNIX systems
author Sam Lantinga <slouken@libsdl.org>
date Thu, 09 Aug 2001 13:09:47 +0000
parents 43febd46d49d
children e8157fcb3114
comparison
equal deleted inserted replaced
147:8f9093e805c9 148:8758b8d42cd9
48 &DMA_bootstrap, 48 &DMA_bootstrap,
49 #endif 49 #endif
50 #ifdef ALSA_SUPPORT 50 #ifdef ALSA_SUPPORT
51 &ALSA_bootstrap, 51 &ALSA_bootstrap,
52 #endif 52 #endif
53 #if (defined(unix) && !defined(__CYGWIN32__)) && \ 53 #ifdef SUNAUDIO_SUPPORT
54 !defined(OSS_SUPPORT) && !defined(ALSA_SUPPORT) 54 &SUNAUDIO_bootstrap,
55 &AUDIO_bootstrap, 55 #endif
56 #ifdef DMEDIA_SUPPORT
57 &DMEDIA_bootstrap,
56 #endif 58 #endif
57 #ifdef ARTSC_SUPPORT 59 #ifdef ARTSC_SUPPORT
58 &ARTSC_bootstrap, 60 &ARTSC_bootstrap,
59 #endif 61 #endif
60 #ifdef ESD_SUPPORT 62 #ifdef ESD_SUPPORT