Commit 5e67847a authored by bellard's avatar bellard

undefine malloc macros


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1503 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 7129455e
...@@ -26,6 +26,10 @@ ...@@ -26,6 +26,10 @@
#include "../avcodec.h" #include "../avcodec.h"
#undef malloc
#undef free
#undef realloc
#ifndef LIBA52_DOUBLE #ifndef LIBA52_DOUBLE
typedef float sample_t; typedef float sample_t;
#else #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