[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
- [Qemu-devel] [PULL 08/12] wavaudio: do not use global variables, (continued)
- [Qemu-devel] [PULL 08/12] wavaudio: do not use global variables, Gerd Hoffmann, 2015/06/09
- [Qemu-devel] [PULL 11/12] coreaudio: do not use global variables where possible, Gerd Hoffmann, 2015/06/09
- [Qemu-devel] [PULL 04/12] audio: expose drv_opaque to init_out and init_in, Gerd Hoffmann, 2015/06/09
- [Qemu-devel] [PULL 07/12] ossaudio: do not use global variables, Gerd Hoffmann, 2015/06/09
- [Qemu-devel] [PULL 01/12] audio: remove esd backend, Gerd Hoffmann, 2015/06/09
- [Qemu-devel] [PULL 06/12] alsaaudio: do not use global variables, Gerd Hoffmann, 2015/06/09
- [Qemu-devel] [PULL 03/12] audio: remove winwave audio driver, Gerd Hoffmann, 2015/06/09
- [Qemu-devel] [PULL 10/12] dsoundaudio: do not use global variables, Gerd Hoffmann, 2015/06/09
- [Qemu-devel] [PULL 05/12] paaudio: do not use global variables, Gerd Hoffmann, 2015/06/09
- [Qemu-devel] [PULL 02/12] audio: remove fmod backend, Gerd Hoffmann, 2015/06/09
- Re: [Qemu-devel] [PULL 00/12] audio patch queue,
Peter Maydell <=
- Re: [Qemu-devel] [PULL 00/12] audio patch queue, Gerd Hoffmann, 2015/06/10