Browse Source

undefine malloc macros

Originally committed as revision 1503 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Fabrice Bellard 23 years ago
parent
commit
ddedacfe98
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      libavcodec/liba52/a52.h

+ 4
- 0
libavcodec/liba52/a52.h View File

@@ -26,6 +26,10 @@

#include "../avcodec.h"

#undef malloc
#undef free
#undef realloc

#ifndef LIBA52_DOUBLE
typedef float sample_t;
#else


Loading…
Cancel
Save