]> git.proxmox.com Git - mirror_qemu.git/commit
configure: fix --audio-drv-list help message
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 2 Nov 2021 13:56:22 +0000 (14:56 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 2 Nov 2021 14:57:28 +0000 (15:57 +0100)
commit16bfbc70f39e420b6b6cfe39ed8571606482b94a
tree18ac31bc1d8a217ca76fa18cb9e96447acdea20a
parent96c372d853eca988b6af216496e19fd24bfb1b78
configure: fix --audio-drv-list help message

--audio-drv-list is now establishing which audio drivers to try if -audiodev
is not used; drivers for -audiodev are configured with --enable/--disable
options or possibly --without-default-features.  Adjust the help message
for --audio-drv-list.

Reported-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
configure