projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eec2743
)
Handle remaining driver names when traversing audio_drv_list (Initial patch by BlueSwirl)
author
malc
<malc@c046a42c-6fe2-441c-8c8c-71466251a162>
Wed, 13 Aug 2008 21:48:01 +0000
(21:48 +0000)
committer
malc
<malc@c046a42c-6fe2-441c-8c8c-71466251a162>
Wed, 13 Aug 2008 21:48:01 +0000
(21:48 +0000)
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
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index bca3143902251eb3f26643a855289a2659a80588..260a8920aa83cd628efd7449e33f16e3063b70fc 100755
(executable)
--- a/
configure
+++ b/
configure
@@
-828,6
+828,10
@@
for drv in $audio_drv_list; do
}
;;
+ oss|sdl|core|wav|dsound)
+ # XXX: Probes for CoreAudio, DirectSound, SDL(?)
+ ;;
+
esac
done