OSDN Git Service

Compilation fix, printf gets redefined to please_use_av_log.
authorDiego Biurrun <diego@biurrun.de>
Sat, 7 Oct 2006 11:30:24 +0000 (11:30 +0000)
committerDiego Biurrun <diego@biurrun.de>
Sat, 7 Oct 2006 11:30:24 +0000 (11:30 +0000)
Originally committed as revision 6574 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/i386/cputest.c

index b1c20f8..753924b 100644 (file)
@@ -21,6 +21,8 @@
 #include <stdlib.h>
 #include "../dsputil.h"
 
+#undef printf
+
 #ifdef ARCH_X86_64
 #  define REG_b "rbx"
 #  define REG_S "rsi"