diff src/audio/SDL_audio.c @ 3939:42e83d81224b SDL-1.2

Committed PulseAudio driver. Thanks, Stephan!
author Ryan C. Gordon <icculus@icculus.org>
date Sun, 13 May 2007 23:12:46 +0000
parents 6d2e1961661a
children e85e65aec22f
line wrap: on
line diff
--- a/src/audio/SDL_audio.c	Tue Apr 17 09:09:48 2007 +0000
+++ b/src/audio/SDL_audio.c	Sun May 13 23:12:46 2007 +0000
@@ -46,6 +46,9 @@
 #if SDL_AUDIO_DRIVER_ALSA
 	&ALSA_bootstrap,
 #endif
+#if SDL_AUDIO_DRIVER_PULSE
+	&PULSE_bootstrap,
+#endif
 #if SDL_AUDIO_DRIVER_QNXNTO
 	&QNXNTOAUDIO_bootstrap,
 #endif