comparison ipmovie.c @ 4601:06b665831f43 libavformat

Hack: #undef printf so compilation works with DEBUG_IPMOVIE set to 1
author reimar
date Fri, 27 Feb 2009 08:02:34 +0000
parents 49c1d3b27727
children 04f857454909
comparison
equal deleted inserted replaced
4600:aff9aac35db0 4601:06b665831f43
38 /* debugging support: #define DEBUG_IPMOVIE as non-zero to see extremely 38 /* debugging support: #define DEBUG_IPMOVIE as non-zero to see extremely
39 * verbose information about the demux process */ 39 * verbose information about the demux process */
40 #define DEBUG_IPMOVIE 0 40 #define DEBUG_IPMOVIE 0
41 41
42 #if DEBUG_IPMOVIE 42 #if DEBUG_IPMOVIE
43 #undef printf
43 #define debug_ipmovie printf 44 #define debug_ipmovie printf
44 #else 45 #else
45 static inline void debug_ipmovie(const char *format, ...) { } 46 static inline void debug_ipmovie(const char *format, ...) { }
46 #endif 47 #endif
47 48