From e657aa3415e3dbea8ceb0209f3369dd3b0d59bc1 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Tue, 13 Mar 2007 12:20:04 +0000 Subject: #undef printf under #ifdef TEST (needed for testing) Originally committed as revision 8384 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavutil/md5.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavutil/md5.c b/libavutil/md5.c index 1f100de35a..ed19693ce2 100644 --- a/libavutil/md5.c +++ b/libavutil/md5.c @@ -162,6 +162,7 @@ void av_md5_sum(uint8_t *dst, const uint8_t *src, const int len){ #ifdef TEST #include +#undef printf main(){ uint64_t md5val; int i; -- cgit v1.2.3