From c8816e016739a47399372ffda0180bdddb0ceeba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Sat, 5 Apr 2003 12:11:10 +0000 Subject: [PATCH] Fix for buggy (?) g++ (bailling out for beosaudio.cpp) Originally committed as revision 1736 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/common.h b/libavcodec/common.h index 8708d884f5..c229a3a1c9 100644 --- a/libavcodec/common.h +++ b/libavcodec/common.h @@ -828,7 +828,7 @@ static inline int get_vlc_trace(GetBitContext *s, VLC_TYPE (*table)[2], int bits #define tprintf printf #else //TRACE -#define tprintf(...) {} +#define tprintf(_arg...) {} #endif /* define it to include statistics code (useful only for optimizing