Commit 31651d00 authored by mmu_man's avatar mmu_man

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1736 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 891b29de
...@@ -828,7 +828,7 @@ static inline int get_vlc_trace(GetBitContext *s, VLC_TYPE (*table)[2], int bits ...@@ -828,7 +828,7 @@ static inline int get_vlc_trace(GetBitContext *s, VLC_TYPE (*table)[2], int bits
#define tprintf printf #define tprintf printf
#else //TRACE #else //TRACE
#define tprintf(...) {} #define tprintf(_arg...) {}
#endif #endif
/* define it to include statistics code (useful only for optimizing /* 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