On 1/26/07, Peter Johanson <[EMAIL PROTECTED]> wrote:
> Are you sure that wasn't a 1.1.3 change? On my amd64 system, with
> flac-1.1.2, I have the following in /usr/include/FLAC/stream_decoder.h:
> typedef FLAC__StreamDecoderReadStatus 
> (*FLAC__StreamDecoderReadCallback)(const FLAC__StreamDecoder *decoder, 
> FLAC__byte buffer[], unsigned *bytes, void *client_data);
> Muine from SVN compiles perfectly fine as a result. FLAC playback also
> works fine on this box.

Hi Peter,

you are absolutely right, this is a 1.1.3 change:
typedef FLAC__StreamDecoderReadStatus
(*FLAC__StreamDecoderReadCallback)(const FLAC__StreamDecoder *decoder,
FLAC__byte buffer[], size_t *bytes, void *client_data);

So it should be #ifdefed as well.

Thanks, Götz


-- 
AL I:40: Do what thou wilt shall be the whole of the Law.
_______________________________________________
muine-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/muine-list

Reply via email to