diff src/audio/SDL_audio.c @ 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 80139f9b90d8
line wrap: on
line diff
--- a/src/audio/SDL_audio.c	Wed May 23 23:35:10 2001 +0000
+++ b/src/audio/SDL_audio.c	Sat May 26 16:58:37 2001 +0000
@@ -47,6 +47,9 @@
 #ifdef ALSA_SUPPORT
 	&ALSA_bootstrap,
 #endif
+#ifdef __OpenBSD__
+	&OBSD_bootstrap;
+#endif
 #if (defined(unix) && !defined(__CYGWIN32__)) && \
     !defined(OSS_SUPPORT) && !defined(ALSA_SUPPORT)
 	&AUDIO_bootstrap,