Audio subsystem no longer assumes sun audio API on UNIX systems

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40149
This commit is contained in:
Sam Lantinga 2001-08-09 13:09:47 +00:00
parent f2de3a7f9b
commit 2aca7272f2
5 changed files with 58 additions and 16 deletions

View file

@ -50,9 +50,11 @@ static AudioBootStrap *bootstrap[] = {
#ifdef ALSA_SUPPORT
&ALSA_bootstrap,
#endif
#if (defined(unix) && !defined(__CYGWIN32__)) && \
!defined(OSS_SUPPORT) && !defined(ALSA_SUPPORT)
&AUDIO_bootstrap,
#ifdef SUNAUDIO_SUPPORT
&SUNAUDIO_bootstrap,
#endif
#ifdef DMEDIA_SUPPORT
&DMEDIA_bootstrap,
#endif
#ifdef ARTSC_SUPPORT
&ARTSC_bootstrap,