Browse Source

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

Originally committed as revision 1736 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
François Revol 22 years ago
parent
commit
c8816e0167
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/common.h

+ 1
- 1
libavcodec/common.h View File

@@ -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


Loading…
Cancel
Save