Mercurial > sdl-ios-xcode
comparison src/audio/SDL_audio.c @ 121:43febd46d49d
Name changed from OBSD to OPENBSD_AUDIO
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 23 Jul 2001 02:58:42 +0000 |
parents | ae6e6b73333f |
children | 8758b8d42cd9 |
comparison
equal
deleted
inserted
replaced
120:ef15e2ff28a4 | 121:43febd46d49d |
---|---|
38 #include "SDL_audiomem.h" | 38 #include "SDL_audiomem.h" |
39 #include "SDL_sysaudio.h" | 39 #include "SDL_sysaudio.h" |
40 | 40 |
41 /* Available audio drivers */ | 41 /* Available audio drivers */ |
42 static AudioBootStrap *bootstrap[] = { | 42 static AudioBootStrap *bootstrap[] = { |
43 #ifdef OBSD_SUPPORT | 43 #ifdef OPENBSD_AUDIO_SUPPORT |
44 &OBSD_bootstrap, | 44 &OPENBSD_AUDIO_bootstrap, |
45 #endif | 45 #endif |
46 #ifdef OSS_SUPPORT | 46 #ifdef OSS_SUPPORT |
47 &DSP_bootstrap, | 47 &DSP_bootstrap, |
48 &DMA_bootstrap, | 48 &DMA_bootstrap, |
49 #endif | 49 #endif |