On 28 February 2017 at 09:32, Gerd Hoffmann <kra...@redhat.com> wrote: > Hi, > > Three little audio patches, adding replay support > and fixing audio with SDL2. > > v2: fix osx build failure. > > please pull, > Gerd > > The following changes since commit 9b9fbe8a4e9eec9072ee2697a6af59144442785f: > > Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20170227-1' into > staging (2017-02-27 19:19:46 +0000) > > are available in the git repository at: > > > git://git.kraxel.org/qemu tags/pull-audio-20170228-1 > > for you to fetch changes up to 6d6616aa655850925ec2a0d096f5c22cb4522fa4: > > audio/sdlaudio: Allow audio playback with SDL2 (2017-02-28 10:09:35 +0100) > > ---------------------------------------------------------------- > audio: replay support, sdl2 fix. > > ----------------------------------------------------------------
/Users/pm215/src/qemu-for-merges/audio/mixeng.c:278:5: error: implicit declaration of function 'error_report' is invalid in C99 [-Werror,-Wimplicit-function-declaration] error_report( ^ Sorry, I gave you the wrong include filename last time :-( error_report() is in qemu/error-report.h, not qapi/error.h. (I misread the grep output...) thanks -- PMM