|
@@ -93,12 +93,12 @@ static const AudioBootStrap *const bootstrap[] = {
|
|
#ifdef SDL_AUDIO_DRIVER_FUSIONSOUND
|
|
#ifdef SDL_AUDIO_DRIVER_FUSIONSOUND
|
|
&FUSIONSOUND_bootstrap,
|
|
&FUSIONSOUND_bootstrap,
|
|
#endif
|
|
#endif
|
|
-#ifdef SDL_AUDIO_DRIVER_AAUDIO
|
|
|
|
- &aaudio_bootstrap,
|
|
|
|
-#endif
|
|
|
|
#ifdef SDL_AUDIO_DRIVER_OPENSLES
|
|
#ifdef SDL_AUDIO_DRIVER_OPENSLES
|
|
&openslES_bootstrap,
|
|
&openslES_bootstrap,
|
|
#endif
|
|
#endif
|
|
|
|
+#ifdef SDL_AUDIO_DRIVER_AAUDIO
|
|
|
|
+ &aaudio_bootstrap,
|
|
|
|
+#endif
|
|
#ifdef SDL_AUDIO_DRIVER_ANDROID
|
|
#ifdef SDL_AUDIO_DRIVER_ANDROID
|
|
&ANDROIDAUDIO_bootstrap,
|
|
&ANDROIDAUDIO_bootstrap,
|
|
#endif
|
|
#endif
|