mirror of
https://git.freebsd.org/ports.git
synced 2025-07-15 08:19:13 -04:00
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.
11 lines
307 B
C
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
|