You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-09-16 08:36:51 +02:00
Fix for buggy (?) g++ (bailling out for beosaudio.cpp)
Originally committed as revision 1736 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user