undefine malloc macros

Originally committed as revision 1503 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Fabrice Bellard 22 years ago
parent 39f853afe9
commit ddedacfe98
  1. 4
      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

Loading…
Cancel
Save