summaryrefslogtreecommitdiff
path: root/libavutil/md5.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2007-03-13 12:20:04 +0000
committerMichael Niedermayer <michaelni@gmx.at>2007-03-13 12:20:04 +0000
commite657aa3415e3dbea8ceb0209f3369dd3b0d59bc1 (patch)
treedc533062e4e6dfed045bcd30167765bf43301c3c /libavutil/md5.c
parentef3c7c33282488796736e6150dbf9c18b68fb3ba (diff)
#undef printf under #ifdef TEST (needed for testing)
Originally committed as revision 8384 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/md5.c')
-rw-r--r--libavutil/md5.c1
1 files changed, 1 insertions, 0 deletions
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 <stdio.h>
+#undef printf
main(){
uint64_t md5val;
int i;