Commit 4fb540ba authored by diego's avatar diego

Compilation fix, printf gets redefined to please_use_av_log.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6574 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent a6fc3d94
...@@ -21,6 +21,8 @@ ...@@ -21,6 +21,8 @@
#include <stdlib.h> #include <stdlib.h>
#include "../dsputil.h" #include "../dsputil.h"
#undef printf
#ifdef ARCH_X86_64 #ifdef ARCH_X86_64
# define REG_b "rbx" # define REG_b "rbx"
# define REG_S "rsi" # define REG_S "rsi"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment