|
@@ -30,6 +30,9 @@ static const AudioBootStrap *const bootstrap[] = {
|
|
#ifdef SDL_AUDIO_DRIVER_PULSEAUDIO
|
|
#ifdef SDL_AUDIO_DRIVER_PULSEAUDIO
|
|
&PULSEAUDIO_bootstrap,
|
|
&PULSEAUDIO_bootstrap,
|
|
#endif
|
|
#endif
|
|
|
|
+#ifdef SDL_AUDIO_DRIVER_PIPEWIRE
|
|
|
|
+ &PIPEWIRE_bootstrap,
|
|
|
|
+#endif
|
|
#ifdef SDL_AUDIO_DRIVER_ALSA
|
|
#ifdef SDL_AUDIO_DRIVER_ALSA
|
|
&ALSA_bootstrap,
|
|
&ALSA_bootstrap,
|
|
#endif
|
|
#endif
|
|
@@ -78,9 +81,6 @@ static const AudioBootStrap *const bootstrap[] = {
|
|
#ifdef SDL_AUDIO_DRIVER_JACK
|
|
#ifdef SDL_AUDIO_DRIVER_JACK
|
|
&JACK_bootstrap,
|
|
&JACK_bootstrap,
|
|
#endif
|
|
#endif
|
|
-#ifdef SDL_AUDIO_DRIVER_PIPEWIRE
|
|
|
|
- &PIPEWIRE_bootstrap,
|
|
|
|
-#endif
|
|
|
|
#ifdef SDL_AUDIO_DRIVER_OSS
|
|
#ifdef SDL_AUDIO_DRIVER_OSS
|
|
&DSP_bootstrap,
|
|
&DSP_bootstrap,
|
|
#endif
|
|
#endif
|