* [Qemu-devel] [5002] Handle remaining driver names when traversing audio_drv_list ( Initial patch by BlueSwirl)
@ 2008-08-13 21:48 malc
0 siblings, 0 replies; only message in thread
From: malc @ 2008-08-13 21:48 UTC (permalink / raw)
To: qemu-devel
Revision: 5002
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5002
Author: malc
Date: 2008-08-13 21:48:01 +0000 (Wed, 13 Aug 2008)
Log Message:
-----------
Handle remaining driver names when traversing audio_drv_list (Initial patch by BlueSwirl)
Probes for SDL/CoreAudio/DirectSound are probably needed there.
Modified Paths:
--------------
trunk/configure
Modified: trunk/configure
===================================================================
--- trunk/configure 2008-08-13 13:01:28 UTC (rev 5001)
+++ trunk/configure 2008-08-13 21:48:01 UTC (rev 5002)
@@ -828,6 +828,10 @@
}
;;
+ oss|sdl|core|wav|dsound)
+ # XXX: Probes for CoreAudio, DirectSound, SDL(?)
+ ;;
+
esac
done
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-08-13 21:48 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-13 21:48 [Qemu-devel] [5002] Handle remaining driver names when traversing audio_drv_list ( Initial patch by BlueSwirl) malc
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).