freebsd-ports/net/linphone-base/files/patch-mediastreamer2_src_dsptools.c
Felippe de Meirelles Motta df2fa65169 - Update to 3.2.0.
- Pass maintainership to submitter.

PR:		ports/138992
Submitted by:	Sylvio Cesar <scjamorim@bsd.com.br>
Feature safe:	yes
2009-09-20 17:23:21 +00:00

13 lines
344 B
C

--- mediastreamer2/src/dsptools.c.orig 2009-09-19 14:00:35.000000000 -0300
+++ mediastreamer2/src/dsptools.c 2009-09-19 14:01:21.000000000 -0300
@@ -56,10 +56,6 @@
#ifdef HAVE_ALLOCA_H
#include <alloca.h>
-#else
-#if !defined(__APPLE__)
-#include <malloc.h>
-#endif
#endif
#define ALLOC(var,size,type) var = alloca(sizeof(type)*(size))