qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [RFC] Default audio_drv_list to "sdl" on Win32
@ 2008-12-29 17:17 Anthony Liguori
  2008-12-30 18:41 ` [Qemu-devel] " malc
  0 siblings, 1 reply; 4+ messages in thread
From: Anthony Liguori @ 2008-12-29 17:17 UTC (permalink / raw)
  To: qemu-devel@nongnu.org, malc

[-- Attachment #1: Type: text/plain, Size: 157 bytes --]

Malc,

Do you have a problem with this?  QEMU requires SDL by default on 
Windows so I see no reason not to use it for audio too.

Regards,

Anthony Liguori

[-- Attachment #2: mingw-sdl-audio.patch --]
[-- Type: text/x-patch, Size: 299 bytes --]

Index: configure
===================================================================
--- configure	(revision 6141)
+++ configure	(working copy)
@@ -192,6 +192,7 @@
 if [ "$cpu" = "i386" ] ; then
     kqemu="yes"
 fi
+audio_drv_list="sdl"
 audio_possible_drivers="dsound sdl fmod"
 ;;
 GNU/kFreeBSD)

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-12-31 10:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-29 17:17 [Qemu-devel] [RFC] Default audio_drv_list to "sdl" on Win32 Anthony Liguori
2008-12-30 18:41 ` [Qemu-devel] " malc
2008-12-31  2:22   ` François Revol
2008-12-31 10:55   ` Avi Kivity

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).