mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
#undef printf under #ifdef TEST (needed for testing)
Originally committed as revision 8384 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user