qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PULL 00/12] audio patch queue


From: Peter Maydell
Subject: Re: [Qemu-devel] [PULL 00/12] audio patch queue
Date: Tue, 9 Jun 2015 14:03:11 +0100

On 9 June 2015 at 11:47, Gerd Hoffmann <address@hidden> wrote:
>   Hi,
>
> Here comes the audio patch queue, with bringing the first set of patches
> created by Zoltán Kővágó as part of the "qemu audio backends" gsoc
> project, carrying some preparatory cleanups and small fixes.
>
> please pull,
>   Gerd
>
> The following changes since commit ee09f84e6bf5383a23c9624115c26b72aa1e076c:
>
>   Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into 
> staging (2015-06-08 15:57:41 +0100)
>
> are available in the git repository at:
>
>
>   git://git.kraxel.org/qemu tags/pull-audio-20150609-1
>
> for you to fetch changes up to f8e7403fb2b0f0d78fac7aef6cce8ce62c93bb0a:
>
>   sdlaudio: do not allow multiple instances (2015-06-09 10:27:32 +0200)
>
> ----------------------------------------------------------------
> audio: remove obsolete backends (esd, fmod, winwave).
> audio: stop using global variables, small fixes.

Fails to build on w32:

/home/petmay01/linaro/qemu-for-merges/audio/dsoundaudio.c:38:20:
error: dsound.h: No such fi le or directory
/home/petmay01/linaro/qemu-for-merges/audio/dsoundaudio.c:56: error:
expected specifier-qualifier-list before ‘LPDIRECTSOUND’
/home/petmay01/linaro/qemu-for-merges/audio/dsoundaudio.c:65: error:
expected specifier-qualifier-list before ‘LPDIRECTSOUNDBUFFER’
/home/petmay01/linaro/qemu-for-merges/audio/dsoundaudio.c:79: error:
expected specifier-qualifier-list before ‘LPDIRECTSOUNDCAPTUREBUFFER’
/home/petmay01/linaro/qemu-for-merges/audio/dsoundaudio.c: In function
‘dsound_log_hresult  ’:
/home/petmay01/linaro/qemu-for-merges/audio/dsoundaudio.c:88: error:
‘DS_OK’ undeclared (f first use in this function)

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

thanks
-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]