Commit ade6e7f3 authored by Diego Biurrun's avatar Diego Biurrun

Compilation fix, printf gets redefined to please_use_av_log.

Originally committed as revision 6574 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent ec8f483a
......@@ -21,6 +21,8 @@
#include <stdlib.h>
#include "../dsputil.h"
#undef printf
#ifdef ARCH_X86_64
# define REG_b "rbx"
# 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