Mercurial > libavformat.hg
changeset 1149:02e10bcc0e0d libavformat
Fix compilation with --disable-muxers.
patch by Gianluigi Tiesi, mplayer==at==netfarm==dot==it
author | diego |
---|---|
date | Wed, 05 Jul 2006 22:01:49 +0000 |
parents | fdae93c4ebd6 |
children | c8edab114cc3 |
files | wav.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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;