]> git.proxmox.com Git - mirror_qemu.git/commit
audio: allow optional audio drivers.
authorGerd Hoffmann <kraxel@redhat.com>
Thu, 24 Jan 2019 11:20:51 +0000 (12:20 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 24 Jan 2019 12:11:08 +0000 (13:11 +0100)
commite42975a153dc7d1d281b67dd31a4998d8df475f7
treec4db4027af7382a1f97dc5ba242442d19227682a
parentc80a867fa06ec1dcc8fe3460a8295160d68b8608
audio: allow optional audio drivers.

For those audio drivers which can be probed (sdl, alsa, pulse) add a
try-$name variants.  Unlike the variants without try- prefix they will
not error out on probe failure, the driver will be dropped from the list
instead.  Mainly useful for the audio_drv_list default values.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Message-id: 20190124112055.547-3-kraxel@redhat.com
configure