summaryrefslogtreecommitdiff
path: root/net/opal/files/patch-libspeex
diff options
context:
space:
mode:
Diffstat (limited to 'net/opal/files/patch-libspeex')
-rw-r--r--net/opal/files/patch-libspeex13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/opal/files/patch-libspeex b/net/opal/files/patch-libspeex
new file mode 100644
index 000000000000..995ce4236118
--- /dev/null
+++ b/net/opal/files/patch-libspeex
@@ -0,0 +1,13 @@
+--- src/codec/speex/libspeex/kiss_fft.h.orig Tue Apr 4 10:58:34 2006
++++ src/codec/speex/libspeex/kiss_fft.h Tue Apr 4 10:58:57 2006
+@@ -6,10 +6,6 @@
+ #include <math.h>
+ #include <memory.h>
+
+-#ifndef P_MACOSX
+-#include <malloc.h> // RMF
+-#endif
+-
+ #ifdef __cplusplus
+ extern "C" {
+ #endif