Commit 213e7874 authored by michael's avatar michael

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8384 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 734b3b64
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment