From: Anthony Liguori <anthony@codemonkey.ws>
To: "qemu-devel@nongnu.org" <qemu-devel@nongnu.org>, malc <av1474@comtv.ru>
Subject: [Qemu-devel] [RFC] Default audio_drv_list to "sdl" on Win32
Date: Mon, 29 Dec 2008 11:17:06 -0600 [thread overview]
Message-ID: <49590612.7030604@codemonkey.ws> (raw)
[-- 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)
next reply other threads:[~2008-12-29 17:17 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-12-29 17:17 Anthony Liguori [this message]
2008-12-30 18:41 ` [Qemu-devel] Re: [RFC] Default audio_drv_list to "sdl" on Win32 malc
2008-12-31 2:22 ` François Revol
2008-12-31 10:55 ` Avi Kivity
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=49590612.7030604@codemonkey.ws \
--to=anthony@codemonkey.ws \
--cc=av1474@comtv.ru \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.