Mercurial > sdl-ios-xcode
comparison src/audio/SDL_sysaudio.h @ 37:3ad7157c6cfa
Added native OpenBSD audio driver (thanks vedge!)
author | Sam Lantinga <slouken@lokigames.com> |
---|---|
date | Sat, 26 May 2001 16:58:37 +0000 |
parents | d3bc792e136d |
children | ac6645260d31 |
comparison
equal
deleted
inserted
replaced
36:13ee9f4834ea | 37:3ad7157c6cfa |
---|---|
104 extern AudioBootStrap DMA_bootstrap; | 104 extern AudioBootStrap DMA_bootstrap; |
105 #endif | 105 #endif |
106 #ifdef ALSA_SUPPORT | 106 #ifdef ALSA_SUPPORT |
107 extern AudioBootStrap ALSA_bootstrap; | 107 extern AudioBootStrap ALSA_bootstrap; |
108 #endif | 108 #endif |
109 #ifdef __OpenBSD__ | |
110 extern AudioBootStrap OBSD_bootstrap; | |
111 #endif | |
109 #if (defined(unix) && !defined(__CYGWIN32__)) && \ | 112 #if (defined(unix) && !defined(__CYGWIN32__)) && \ |
110 !defined(OSS_SUPPORT) && !defined(ALSA_SUPPORT) | 113 !defined(OSS_SUPPORT) && !defined(ALSA_SUPPORT) |
111 extern AudioBootStrap AUDIO_bootstrap; | 114 extern AudioBootStrap AUDIO_bootstrap; |
112 #endif | 115 #endif |
113 #ifdef ARTSC_SUPPORT | 116 #ifdef ARTSC_SUPPORT |