RedHat patch: SDL-1.2.14-audiodriver.patch

This commit is contained in:
Sam Lantinga 2010-07-18 11:13:12 -07:00
parent bbf7027004
commit b93cbf4cbb

View file

@ -73,15 +73,15 @@ extern AudioBootStrap FUSIONSOUND_bootstrap;
/* Available audio drivers */
static const AudioBootStrap *const bootstrap[] = {
#if SDL_AUDIO_DRIVER_BSD
&BSD_AUDIO_bootstrap,
#endif
#if SDL_AUDIO_DRIVER_PULSEAUDIO
&PULSEAUDIO_bootstrap,
#endif
#if SDL_AUDIO_DRIVER_ALSA
&ALSA_bootstrap,
#endif
#if SDL_AUDIO_DRIVER_BSD
&BSD_AUDIO_bootstrap,
#endif
#if SDL_AUDIO_DRIVER_OSS
&DSP_bootstrap,
&DMA_bootstrap,