diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2009-02-27 08:02:34 +0000 |
---|---|---|
committer | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2009-02-27 08:02:34 +0000 |
commit | 3bc5f6f9a6418682d91d0e01bdbe58ec91bf905a (patch) | |
tree | f023873b66bbdc845f5986c71ff9aa2c5f33ebe9 /libavformat/ipmovie.c | |
parent | 8514272472d51409a8f09a015cac2b478704c4c3 (diff) | |
download | ffmpeg-3bc5f6f9a6418682d91d0e01bdbe58ec91bf905a.tar.gz |
Hack: #undef printf so compilation works with DEBUG_IPMOVIE set to 1
Originally committed as revision 17632 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/ipmovie.c')
-rw-r--r-- | libavformat/ipmovie.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/ipmovie.c b/libavformat/ipmovie.c index 2b0d955df9..c248bff969 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, ...) { } |