Commit c8816e01 authored by François Revol's avatar François Revol

Fix for buggy (?) g++ (bailling out for beosaudio.cpp)

Originally committed as revision 1736 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 95c26348
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment