mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
Handle remaining driver names when traversing audio_drv_list (Initial patch by BlueSwirl)
Probes for SDL/CoreAudio/DirectSound are probably needed there. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5002 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
eec2743ec2
commit
16b98a97a9
1 changed files with 4 additions and 0 deletions
4
configure
vendored
4
configure
vendored
|
@ -828,6 +828,10 @@ for drv in $audio_drv_list; do
|
||||||
}
|
}
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
oss|sdl|core|wav|dsound)
|
||||||
|
# XXX: Probes for CoreAudio, DirectSound, SDL(?)
|
||||||
|
;;
|
||||||
|
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue