Commit c117ac8c authored by diego's avatar diego

10l: Add #undefs for system free/malloc/realloc, which must be used here.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16794 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent fef40e52
......@@ -35,6 +35,11 @@
#include "mem.h"
/* here we can use OS dependent allocation functions */
#undef free
#undef malloc
#undef realloc
/* you can redefine av_malloc and av_free in your project to use your
memory allocator. You do not need to suppress this file because the
linker will do it automatically */
......
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