From babb07bcbec3674a3f542cf6ae3f2d6b212a3ed4 Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Mon, 25 Aug 2003 21:51:37 +0000 Subject: Reduce GCC verbosity (various prototype declaration fixes). ffmpeg, wine and fft*post are untouched (fft: for now). CVS patchset: 5310 CVS date: 2003/08/25 21:51:37 --- src/demuxers/demux_aud.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/demuxers/demux_aud.c') diff --git a/src/demuxers/demux_aud.c b/src/demuxers/demux_aud.c index a3298ff84..a2f1354b2 100644 --- a/src/demuxers/demux_aud.c +++ b/src/demuxers/demux_aud.c @@ -34,7 +34,7 @@ * data. This makes seeking conceptually impossible. Upshot: Random * seeking is not supported. * - * $Id: demux_aud.c,v 1.10 2003/07/16 00:52:45 andruil Exp $ + * $Id: demux_aud.c,v 1.11 2003/08/25 21:51:38 f1rmb Exp $ */ #ifdef HAVE_CONFIG_H @@ -52,6 +52,7 @@ #include "compat.h" #include "demux.h" #include "bswap.h" +#include "group_audio.h" #define AUD_HEADER_SIZE 12 #define AUD_CHUNK_PREAMBLE_SIZE 8 -- cgit v1.2.3