diff options
author | Fabrice Bellard | 2003-06-10 22:45:43 +0000 |
---|---|---|
committer | Fabrice Bellard | 2003-06-10 22:45:43 +0000 |
commit | a9722aa6e51459bfb666ace53c3393302b11209d (patch) | |
tree | e94275d82f13387faf39b0ccc3cb8c6b7454607a /libavcodec | |
parent | b1a126571151b817915efa12039564fe739eda56 (diff) |
works with old gcc versions too
Originally committed as revision 1948 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/wmadec.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |