Committed PulseAudio driver. Thanks, Stephan!

--HG--
branch : SDL-1.2
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402310
This commit is contained in:
Ryan C. Gordon 2007-05-13 23:12:46 +00:00
parent d070d0ddfd
commit a144a3d025
6 changed files with 496 additions and 0 deletions

View file

@ -46,6 +46,9 @@ static AudioBootStrap *bootstrap[] = {
#if SDL_AUDIO_DRIVER_ALSA
&ALSA_bootstrap,
#endif
#if SDL_AUDIO_DRIVER_PULSE
&PULSE_bootstrap,
#endif
#if SDL_AUDIO_DRIVER_QNXNTO
&QNXNTOAUDIO_bootstrap,
#endif