diff --git a/qb/config.libs.sh b/qb/config.libs.sh index d5879a3700..ee725d03cb 100644 --- a/qb/config.libs.sh +++ b/qb/config.libs.sh @@ -319,7 +319,9 @@ if [ "$OS" = 'Win32' ]; then HAVE_WASAPI=yes fi - HAVE_XAUDIO=yes + if [ "$HAVE_XAUDIO" != 'no' ]; then + HAVE_XAUDIO=yes + fi if [ "$HAVE_WINMM" != 'no' ]; then HAVE_WINMM=yes diff --git a/qb/config.params.sh b/qb/config.params.sh index d5429186e8..312f2fe9c2 100644 --- a/qb/config.params.sh +++ b/qb/config.params.sh @@ -18,6 +18,7 @@ HAVE_OZONE=auto # Ozone menu HAVE_STRIPES=no # Stripes menu HAVE_RUNAHEAD=yes # Runahead support HAVE_DSOUND=auto # DirectSound support +HAVE_XAUDIO=auto # XAudio support HAVE_WASAPI=auto # WASAPI support HAVE_WINMM=auto # WinMM support HAVE_CC_RESAMPLER=yes # CC Resampler