[Ffmpeg-cvslog] r6574 - trunk/libavcodec/i386/cputest.c

diego subversion
Sat Oct 7 13:30:25 CEST 2006


Author: diego
Date: Sat Oct  7 13:30:24 2006
New Revision: 6574

Modified:
   trunk/libavcodec/i386/cputest.c

Log:
Compilation fix, printf gets redefined to please_use_av_log.


Modified: trunk/libavcodec/i386/cputest.c
==============================================================================
--- trunk/libavcodec/i386/cputest.c	(original)
+++ trunk/libavcodec/i386/cputest.c	Sat Oct  7 13:30:24 2006
@@ -21,6 +21,8 @@
 #include <stdlib.h>
 #include "../dsputil.h"
 
+#undef printf
+
 #ifdef ARCH_X86_64
 #  define REG_b "rbx"
 #  define REG_S "rsi"




More information about the ffmpeg-cvslog mailing list