undefine malloc macros

Originally committed as revision 1503 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Fabrice Bellard 2003-01-23 22:59:06 +00:00
parent 39f853afe9
commit ddedacfe98
1 changed files with 4 additions and 0 deletions

View File

@ -26,6 +26,10 @@
#include "../avcodec.h"
#undef malloc
#undef free
#undef realloc
#ifndef LIBA52_DOUBLE
typedef float sample_t;
#else