diff i386/cputest.c @ 3944:edacbbf46a19 libavcodec

Compilation fix, printf gets redefined to please_use_av_log.
author diego
date Sat, 07 Oct 2006 11:30:24 +0000
parents c537a97eec66
children c8c591fe26f8
line wrap: on
line diff
--- a/i386/cputest.c	Sat Oct 07 11:15:10 2006 +0000
+++ b/i386/cputest.c	Sat Oct 07 11:30:24 2006 +0000
@@ -21,6 +21,8 @@
 #include <stdlib.h>
 #include "../dsputil.h"
 
+#undef printf
+
 #ifdef ARCH_X86_64
 #  define REG_b "rbx"
 #  define REG_S "rsi"