From ade6e7f3ae57f31fb2268b86fe03559e6184bbe5 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 7 Oct 2006 11:30:24 +0000 Subject: [PATCH] Compilation fix, printf gets redefined to please_use_av_log. Originally committed as revision 6574 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/i386/cputest.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavcodec/i386/cputest.c b/libavcodec/i386/cputest.c index b1c20f860c..753924b57b 100644 --- a/libavcodec/i386/cputest.c +++ b/libavcodec/i386/cputest.c @@ -21,6 +21,8 @@ #include #include "../dsputil.h" +#undef printf + #ifdef ARCH_X86_64 # define REG_b "rbx" # define REG_S "rsi"