mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
configure: remove handling of "wav" audio driver
This looks like a leftover that was never implemented. Signed-off-by: Cleber Rosa <crosa@redhat.com> Reviewed-by: Laurent Vivier <laurent@vivier.eu> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-Id: <20190207193605.25676-2-crosa@redhat.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
This commit is contained in:
parent
e6e40f80cd
commit
41b0b34b26
1 changed files with 0 additions and 4 deletions
4
configure
vendored
4
configure
vendored
|
@ -3350,10 +3350,6 @@ for drv in $audio_drv_list; do
|
|||
oss_libs="$oss_lib"
|
||||
;;
|
||||
|
||||
wav)
|
||||
# XXX: Probes for CoreAudio, DirectSound
|
||||
;;
|
||||
|
||||
*)
|
||||
echo "$audio_possible_drivers" | grep -q "\<$drv\>" || {
|
||||
error_exit "Unknown driver '$drv' selected" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue