forked from FFmpeg/FFmpeg
Compilation fix, printf gets redefined to please_use_av_log.
Originally committed as revision 6574 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
ec8f483ab5
commit
ade6e7f3ae
1 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,8 @@
|
|||
#include <stdlib.h>
|
||||
#include "../dsputil.h"
|
||||
|
||||
#undef printf
|
||||
|
||||
#ifdef ARCH_X86_64
|
||||
# define REG_b "rbx"
|
||||
# define REG_S "rsi"
|
||||
|
|
Loading…
Add table
Reference in a new issue