File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -376,11 +376,18 @@ if (AX_ENABLE_AUDIO)
376376 set (ALSOFT_BACKEND_OPENSL OFF CACHE BOOL "Enable OpenSL backend" FORCE)
377377 set (OBOE_SOURCE "${oboe_SOURCE_DIR} " CACHE STRING "Source directory for Oboe." FORCE)
378378 endif ()
379- list (APPEND alsoft_opts "ALSOFT_RTKIT OFF" )
379+ list (APPEND alsoft_opts "ALSOFT_RTKIT OFF"
380+ "ALSOFT_BACKEND_PIPEWIRE OFF"
381+ "ALSOFT_BACKEND_PULSEAUDIO OFF"
382+ "ALSOFT_BACKEND_ALSA OFF"
383+ "ALSOFT_BACKEND_OSS OFF"
384+ "ALSOFT_BACKEND_SOLARIS OFF"
385+ "ALSOFT_BACKEND_SNDIO OFF"
386+ "ALSOFT_BACKEND_JACK OFF"
387+ "ALSOFT_BACKEND_PORTAUDIO OFF"
388+ "ALSOFT_BACKEND_SDL2 OFF" )
380389 set (ALSOFT_RTKIT OFF CACHE BOOL "Enable RTKit support" FORCE)
381- endif ()
382-
383- if (WINDOWS)
390+ elseif (WINDOWS)
384391 list (APPEND alsoft_opts "ALSOFT_BACKEND_WASAPI ON" "ALSOFT_BACKEND_WAVE OFF" "ALSOFT_BACKEND_DSOUND OFF" "ALSOFT_BACKEND_WINMM OFF" )
385392 endif ()
386393
You can’t perform that action at this time.
0 commit comments