Commit 3bc5f6f9 authored by Reimar Döffinger's avatar Reimar Döffinger

Hack: #undef printf so compilation works with DEBUG_IPMOVIE set to 1

Originally committed as revision 17632 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 85142724
...@@ -40,6 +40,7 @@ ...@@ -40,6 +40,7 @@
#define DEBUG_IPMOVIE 0 #define DEBUG_IPMOVIE 0
#if DEBUG_IPMOVIE #if DEBUG_IPMOVIE
#undef printf
#define debug_ipmovie printf #define debug_ipmovie printf
#else #else
static inline void debug_ipmovie(const char *format, ...) { } static inline void debug_ipmovie(const char *format, ...) { }
......
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