comparison src/audio/SDL_audio.c @ 1567:12b6d331d82a

Good idea, renaming OpenBSD audio to BSD audio.
author Sam Lantinga <slouken@libsdl.org>
date Tue, 21 Mar 2006 09:33:54 +0000
parents 1d487a3fab41
children 14717b52abc0 290b5baf2fca
comparison
equal deleted inserted replaced
1566:5bc2a95f9dcf 1567:12b6d331d82a
34 #include <os2.h> 34 #include <os2.h>
35 #endif 35 #endif
36 36
37 /* Available audio drivers */ 37 /* Available audio drivers */
38 static AudioBootStrap *bootstrap[] = { 38 static AudioBootStrap *bootstrap[] = {
39 #if SDL_AUDIO_DRIVER_OPENBSD 39 #if SDL_AUDIO_DRIVER_BSD
40 &OPENBSD_AUDIO_bootstrap, 40 &BSD_AUDIO_bootstrap,
41 #endif 41 #endif
42 #if SDL_AUDIO_DRIVER_OSS 42 #if SDL_AUDIO_DRIVER_OSS
43 &DSP_bootstrap, 43 &DSP_bootstrap,
44 &DMA_bootstrap, 44 &DMA_bootstrap,
45 #endif 45 #endif