mirror of https://github.com/xemu-project/xemu.git
meson: Add SDL to audio driver priority list on Linux
This commit is contained in:
parent
6de26b0c2c
commit
6f63e3c4af
|
@ -2406,8 +2406,7 @@ if have_system
|
||||||
|
|
||||||
# Default to native drivers first, OSS second, SDL third
|
# Default to native drivers first, OSS second, SDL third
|
||||||
audio_drivers_priority = \
|
audio_drivers_priority = \
|
||||||
[ 'pa', 'coreaudio', 'dsound', 'sndio', 'oss' ] + \
|
[ 'pa', 'coreaudio', 'dsound', 'sndio', 'oss', 'sdl' ]
|
||||||
(host_os == 'linux' ? [] : [ 'sdl' ])
|
|
||||||
audio_drivers_default = []
|
audio_drivers_default = []
|
||||||
foreach k: audio_drivers_priority
|
foreach k: audio_drivers_priority
|
||||||
if audio_drivers_available[k]
|
if audio_drivers_available[k]
|
||||||
|
|
Loading…
Reference in New Issue