1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-07-15 17:01:38 +02:00

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:
Diego Biurrun 2006-10-07 11:30:24 +00:00
parent ec8f483ab5
commit ade6e7f3ae

View 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"