changeset 1030:801f2739264a libavcodec

undefine malloc macros
author bellard
date Thu, 23 Jan 2003 22:59:06 +0000
parents 804cc05a3f61
children 19de1445beb2
files liba52/a52.h
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/liba52/a52.h	Thu Jan 23 04:19:24 2003 +0000
+++ b/liba52/a52.h	Thu Jan 23 22:59:06 2003 +0000
@@ -26,6 +26,10 @@
 
 #include "../avcodec.h"
 
+#undef malloc
+#undef free
+#undef realloc
+
 #ifndef LIBA52_DOUBLE
 typedef float sample_t;
 #else