changeset 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 811a9b0d9f32
children 9544ad38f02a
files i386/cputest.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
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"