ports/net/mediastreamer/files/patch-src__utils__dsptools.c
Tijl Coosemans 13d4d5d91d New port: net/mediastreamer
Mediastreamer2 is a powerful and lightweight streaming engine specialized
in voice/video telephony applications.

It is the library that is responsible for all the receiving and sending of
multimedia streams in linphone, including voice/video capture, encoding and
decoding, and rendering.
2014-07-11 15:52:23 +00:00

11 lines
307 B
C

--- src/utils/dsptools.c.orig 2013-01-14 16:13:45.000000000 +0100
+++ src/utils/dsptools.c 2014-07-11 10:34:30.000000000 +0200
@@ -61,7 +61,7 @@
#ifdef HAVE_ALLOCA_H
#include <alloca.h>
#else
-#if !defined(__APPLE__)
+#if !defined(__APPLE__) && !defined(__FreeBSD__)
#include <malloc.h>
#endif
#endif