Browse Source

#undef printf under #ifdef TEST (needed for testing)

Originally committed as revision 8384 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer 18 years ago
parent
commit
e657aa3415
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavutil/md5.c

+ 1
- 0
libavutil/md5.c View File

@@ -162,6 +162,7 @@ void av_md5_sum(uint8_t *dst, const uint8_t *src, const int len){


#ifdef TEST #ifdef TEST
#include <stdio.h> #include <stdio.h>
#undef printf
main(){ main(){
uint64_t md5val; uint64_t md5val;
int i; int i;


Loading…
Cancel
Save