diff 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
line wrap: on
line diff
--- a/src/audio/SDL_audio.c	Tue Mar 21 09:24:10 2006 +0000
+++ b/src/audio/SDL_audio.c	Tue Mar 21 09:33:54 2006 +0000
@@ -36,8 +36,8 @@
 
 /* Available audio drivers */
 static AudioBootStrap *bootstrap[] = {
-#if SDL_AUDIO_DRIVER_OPENBSD
-	&OPENBSD_AUDIO_bootstrap,
+#if SDL_AUDIO_DRIVER_BSD
+	&BSD_AUDIO_bootstrap,
 #endif
 #if SDL_AUDIO_DRIVER_OSS
 	&DSP_bootstrap,