Commit ddedacfe authored by Fabrice Bellard's avatar Fabrice Bellard

undefine malloc macros

Originally committed as revision 1503 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 39f853af
......@@ -26,6 +26,10 @@
#include "../avcodec.h"
#undef malloc
#undef free
#undef realloc
#ifndef LIBA52_DOUBLE
typedef float sample_t;
#else
......
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