From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46419) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z2ZxT-0007jX-0O for qemu-devel@nongnu.org; Wed, 10 Jun 2015 02:57:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z2ZxO-0000nm-4E for qemu-devel@nongnu.org; Wed, 10 Jun 2015 02:57:54 -0400 Received: from mx1.redhat.com ([209.132.183.28]:59771) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z2ZxN-0000ne-Vc for qemu-devel@nongnu.org; Wed, 10 Jun 2015 02:57:50 -0400 Message-ID: <1433919466.16508.12.camel@redhat.com> From: Gerd Hoffmann Date: Wed, 10 Jun 2015 08:57:46 +0200 In-Reply-To: References: <1433846851-20552-1-git-send-email-kraxel@redhat.com> <5576F4A7.6090306@gmail.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PULL 00/12] audio patch queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers , =?UTF-8?Q?K=C5=91v=C3=A1g=C3=B3_Zolt=C3=A1n?= On Di, 2015-06-09 at 15:29 +0100, Peter Maydell wrote: > On 9 June 2015 at 15:13, K=C5=91v=C3=A1g=C3=B3 Zolt=C3=A1n wrote: > > 2015-06-09 15:03 keltez=C3=A9ssel, Peter Maydell =C3=ADrta: > >> > >> > >> ...and a further long list of errors which I assume are mostly > >> run-on from not finding the header file. > >> > >> This looks like it's because configure is now using > >> "dsound" by default rather than "winwave". > > > > > > Yes, the winwave backend was removed, so dsound is the new default. >=20 > Right, but you can't break compilation. At a minimum, we > need a configure test so we don't try to build the dsound > backend unless the compile environment supports it. Yes. > We might also want to consider retaining the winwave backend > as a fallback. I'd rather require a recent enough mingw compiler version for sound support on windows. DirectSound isn't exactly new, it was added with Windows 95 (20 years ago!). winwave is even older. cheers, Gerd