From a9722aa6e51459bfb666ace53c3393302b11209d Mon Sep 17 00:00:00 2001 From: Fabrice Bellard Date: Tue, 10 Jun 2003 22:45:43 +0000 Subject: works with old gcc versions too Originally committed as revision 1948 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/wmadec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/wmadec.c') diff --git a/libavcodec/wmadec.c b/libavcodec/wmadec.c index ab02feb728..8d3763213b 100644 --- a/libavcodec/wmadec.c +++ b/libavcodec/wmadec.c @@ -199,7 +199,7 @@ static void dump_floats(const char *name, int prec, const float *tab, int n) #else -#define trace(fmt, ...) +#define trace(fmt, args...) #endif -- cgit v1.2.3