]> Git Repo - qemu.git/commit
audio: don't build alsa and sdl by default on linux
authorGerd Hoffmann <[email protected]>
Tue, 19 Feb 2019 12:42:57 +0000 (13:42 +0100)
committerGerd Hoffmann <[email protected]>
Thu, 28 Feb 2019 09:28:59 +0000 (10:28 +0100)
commit7183834a29fbaf422a62cfbe166b719393fafa67
treebfb1a0beebbf8f35711a914b8a0a336b755f85cb
parente8d8544402c950a82fdd125d1cc73170e2e21bdc
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 <[email protected]>
Reviewed-by: Daniel P. BerrangĂ© <[email protected]>
Tested-by: David Hildenbrand <[email protected]>
Message-id: 20190219124257[email protected]
configure
This page took 0.024131 seconds and 4 git commands to generate.