From 3bc5f6f9a6418682d91d0e01bdbe58ec91bf905a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Reimar=20D=C3=B6ffinger?= Date: Fri, 27 Feb 2009 08:02:34 +0000 Subject: [PATCH] Hack: #undef printf so compilation works with DEBUG_IPMOVIE set to 1 Originally committed as revision 17632 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/ipmovie.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/ipmovie.c b/libavformat/ipmovie.c index 2b0d955..c248bff 100644 --- a/libavformat/ipmovie.c +++ b/libavformat/ipmovie.c @@ -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, ...) { } -- 2.7.4