summaryrefslogtreecommitdiff
path: root/devel/sdl12/files/patch-src_audio_SDL__audio.c
blob: 8b803249e0bfbadde99ad717219e7f643739ec25 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
$OpenBSD: patch-src_audio_SDL_audio_c,v 1.17 2012/03/02 09:10:38 dcoppa Exp $
--- src/audio/SDL_audio.c.orig	2012-01-19 06:30:06 UTC
+++ src/audio/SDL_audio.c
@@ -36,11 +36,15 @@
 
 /* Available audio drivers */
 static AudioBootStrap *bootstrap[] = {
+
 #if SDL_AUDIO_DRIVER_PULSE
 	&PULSE_bootstrap,
 #endif
 #if SDL_AUDIO_DRIVER_ALSA
 	&ALSA_bootstrap,
+#endif
+#if SDL_AUDIO_DRIVER_SNDIO
+	&SNDIO_bootstrap,
 #endif
 #if SDL_AUDIO_DRIVER_BSD
 	&BSD_AUDIO_bootstrap,