changeset 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 aff9aac35db0
children f1a4622fc4e1
files ipmovie.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ipmovie.c	Fri Feb 27 07:56:24 2009 +0000
+++ b/ipmovie.c	Fri Feb 27 08:02:34 2009 +0000
@@ -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, ...) { }