RedHat patch: SDL-1.2.14-audiodriver.patch
This commit is contained in:
parent
bbf7027004
commit
b93cbf4cbb
1 changed files with 3 additions and 3 deletions
|
@ -73,15 +73,15 @@ extern AudioBootStrap FUSIONSOUND_bootstrap;
|
||||||
|
|
||||||
/* Available audio drivers */
|
/* Available audio drivers */
|
||||||
static const AudioBootStrap *const bootstrap[] = {
|
static const AudioBootStrap *const bootstrap[] = {
|
||||||
#if SDL_AUDIO_DRIVER_BSD
|
|
||||||
&BSD_AUDIO_bootstrap,
|
|
||||||
#endif
|
|
||||||
#if SDL_AUDIO_DRIVER_PULSEAUDIO
|
#if SDL_AUDIO_DRIVER_PULSEAUDIO
|
||||||
&PULSEAUDIO_bootstrap,
|
&PULSEAUDIO_bootstrap,
|
||||||
#endif
|
#endif
|
||||||
#if SDL_AUDIO_DRIVER_ALSA
|
#if SDL_AUDIO_DRIVER_ALSA
|
||||||
&ALSA_bootstrap,
|
&ALSA_bootstrap,
|
||||||
#endif
|
#endif
|
||||||
|
#if SDL_AUDIO_DRIVER_BSD
|
||||||
|
&BSD_AUDIO_bootstrap,
|
||||||
|
#endif
|
||||||
#if SDL_AUDIO_DRIVER_OSS
|
#if SDL_AUDIO_DRIVER_OSS
|
||||||
&DSP_bootstrap,
|
&DSP_bootstrap,
|
||||||
&DMA_bootstrap,
|
&DMA_bootstrap,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue