mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 19:59:46 +00:00
undefine malloc macros
Originally committed as revision 1503 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
39f853afe9
commit
ddedacfe98
@ -26,6 +26,10 @@
|
||||
|
||||
#include "../avcodec.h"
|
||||
|
||||
#undef malloc
|
||||
#undef free
|
||||
#undef realloc
|
||||
|
||||
#ifndef LIBA52_DOUBLE
|
||||
typedef float sample_t;
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user