From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LHLjw-0002DU-PD for qemu-devel@nongnu.org; Mon, 29 Dec 2008 12:17:17 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LHLju-0002Cc-TP for qemu-devel@nongnu.org; Mon, 29 Dec 2008 12:17:16 -0500 Received: from [199.232.76.173] (port=51682 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LHLju-0002CV-Lg for qemu-devel@nongnu.org; Mon, 29 Dec 2008 12:17:14 -0500 Received: from yx-out-1718.google.com ([74.125.44.155]:23610) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LHLju-0005QR-Du for qemu-devel@nongnu.org; Mon, 29 Dec 2008 12:17:14 -0500 Received: by yx-out-1718.google.com with SMTP id 3so1784293yxi.82 for ; Mon, 29 Dec 2008 09:17:11 -0800 (PST) Message-ID: <49590612.7030604@codemonkey.ws> Date: Mon, 29 Dec 2008 11:17:06 -0600 From: Anthony Liguori MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="------------090003050504070002010107" Subject: [Qemu-devel] [RFC] Default audio_drv_list to "sdl" on Win32 Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "qemu-devel@nongnu.org" , malc This is a multi-part message in MIME format. --------------090003050504070002010107 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 --------------090003050504070002010107 Content-Type: text/x-patch; name="mingw-sdl-audio.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="mingw-sdl-audio.patch" 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) --------------090003050504070002010107--