diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2003-01-23 22:59:06 +0000 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2003-01-23 22:59:06 +0000 |
commit | ddedacfe98518381233f281ca3c999b584d493e2 (patch) | |
tree | 9b2d527945a9a904e8ae07371990a67b51cf8080 /libavcodec/liba52/a52.h | |
parent | 39f853afe92b641aeb56b0628e3f9d3531c32d51 (diff) | |
download | ffmpeg-ddedacfe98518381233f281ca3c999b584d493e2.tar.gz |
undefine malloc macros
Originally committed as revision 1503 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/liba52/a52.h')
-rw-r--r-- | libavcodec/liba52/a52.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libavcodec/liba52/a52.h b/libavcodec/liba52/a52.h index ca3c9f1087..b31a881efb 100644 --- a/libavcodec/liba52/a52.h +++ b/libavcodec/liba52/a52.h @@ -26,6 +26,10 @@ #include "../avcodec.h" +#undef malloc +#undef free +#undef realloc + #ifndef LIBA52_DOUBLE typedef float sample_t; #else |