Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
RedHat patch: SDL-1.2.14-audiodriver.patch
- Loading branch information
Showing
with
3 additions
and
3 deletions.
-
+3
−3
src/audio/SDL_audio.c
|
@@ -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, |
|
|