# HG changeset patch # User diego # Date 1152136909 0 # Node ID 02e10bcc0e0d17b5967aecd0836a5809d7fb3d99 # Parent fdae93c4ebd62c7ca5b71834ea3a3f64468aabae Fix compilation with --disable-muxers. patch by Gianluigi Tiesi, mplayer==at==netfarm==dot==it diff -r fdae93c4ebd6 -r 02e10bcc0e0d wav.c --- a/wav.c Wed Jul 05 14:12:00 2006 +0000 +++ b/wav.c Wed Jul 05 22:01:49 2006 +0000 @@ -201,12 +201,12 @@ return id; } -#ifdef CONFIG_MUXERS typedef struct { offset_t data; offset_t data_end; } WAVContext; +#ifdef CONFIG_MUXERS static int wav_write_header(AVFormatContext *s) { WAVContext *wav = s->priv_data;