diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-10-07 11:30:24 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-10-07 11:30:24 +0000 |
commit | ade6e7f3ae57f31fb2268b86fe03559e6184bbe5 (patch) | |
tree | a10cd315fb60d4bdad7385f66fc03b0304f1b1a4 /libavcodec/i386 | |
parent | ec8f483ab59a893b033d1c304c2f1345a3a09034 (diff) | |
download | ffmpeg-ade6e7f3ae57f31fb2268b86fe03559e6184bbe5.tar.gz |
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.c | 2 |
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" |