summaryrefslogtreecommitdiff
path: root/libavcodec/i386
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-10-07 11:30:24 +0000
committerDiego Biurrun <diego@biurrun.de>2006-10-07 11:30:24 +0000
commitade6e7f3ae57f31fb2268b86fe03559e6184bbe5 (patch)
treea10cd315fb60d4bdad7385f66fc03b0304f1b1a4 /libavcodec/i386
parentec8f483ab59a893b033d1c304c2f1345a3a09034 (diff)
Compilation fix, printf gets redefined to please_use_av_log.
Originally committed as revision 6574 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/i386')
-rw-r--r--libavcodec/i386/cputest.c2
1 files changed, 2 insertions, 0 deletions
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 <stdlib.h>
#include "../dsputil.h"
+#undef printf
+
#ifdef ARCH_X86_64
# define REG_b "rbx"
# define REG_S "rsi"