mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-28 20:14:02 +08:00
Hack: #undef printf so compilation works with DEBUG_IPMOVIE set to 1
Originally committed as revision 17632 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -40,6 +40,7 @@
|
||||
#define DEBUG_IPMOVIE 0
|
||||
|
||||
#if DEBUG_IPMOVIE
|
||||
#undef printf
|
||||
#define debug_ipmovie printf
|
||||
#else
|
||||
static inline void debug_ipmovie(const char *format, ...) { }
|
||||
|
Reference in New Issue
Block a user