aboutsummaryrefslogtreecommitdiff
path: root/net/linphone-base/files/patch-mediastreamer2_src_dsptools.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/linphone-base/files/patch-mediastreamer2_src_dsptools.c')
-rw-r--r--net/linphone-base/files/patch-mediastreamer2_src_dsptools.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/net/linphone-base/files/patch-mediastreamer2_src_dsptools.c b/net/linphone-base/files/patch-mediastreamer2_src_dsptools.c
deleted file mode 100644
index 971aaefeb424..000000000000
--- a/net/linphone-base/files/patch-mediastreamer2_src_dsptools.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- 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))