forked from FFmpeg/FFmpeg
undefine malloc macros
Originally committed as revision 1503 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
39f853afe9
commit
ddedacfe98
1 changed files with 4 additions and 0 deletions
|
@ -26,6 +26,10 @@
|
|||
|
||||
#include "../avcodec.h"
|
||||
|
||||
#undef malloc
|
||||
#undef free
|
||||
#undef realloc
|
||||
|
||||
#ifndef LIBA52_DOUBLE
|
||||
typedef float sample_t;
|
||||
#else
|
||||
|
|
Loading…
Add table
Reference in a new issue