mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 18:23:57 -06:00
audio: don't build alsa and sdl by default on linux
In case no sound hardware is present both alsa and sdl drivers
initialize successfully and throw errors later on, i.e. effectively
the automatic probing doesn't work. Drop them from the list of
default audio drivers for linux because of that.
Fixes: 6a48541873
audio: probe audio drivers by default
Buglink: https://bugs.launchpad.net/qemu/+bug/1816052
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Tested-by: David Hildenbrand <david@redhat.com>
Message-id: 20190219124257.3001-1-kraxel@redhat.com
This commit is contained in:
parent
e8d8544402
commit
7183834a29
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -879,7 +879,7 @@ Haiku)
|
|||
LIBS="-lposix_error_mapper -lnetwork $LIBS"
|
||||
;;
|
||||
Linux)
|
||||
audio_drv_list="try-pa try-alsa try-sdl oss"
|
||||
audio_drv_list="try-pa oss"
|
||||
audio_possible_drivers="oss alsa sdl pa"
|
||||
linux="yes"
|
||||
linux_user="yes"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue