summaryrefslogtreecommitdiff
path: root/net/linphone/files/patch-mediastreamer::msfifo.c
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2003-01-19 21:01:51 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2003-01-19 21:01:51 +0000
commit51d006637b167755763aca7016b62f0649d481fd (patch)
treeb6b0bdbd7590b3ac3970efd54a58446abc4bad81 /net/linphone/files/patch-mediastreamer::msfifo.c
parentThe last commit should have said that the optimization and JavaScript (diff)
Add linphone 0.9.1, a web phone that supports SIP protocol.
Notes
Notes: svn path=/head/; revision=73565
Diffstat (limited to '')
-rw-r--r--net/linphone/files/patch-mediastreamer::msfifo.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/net/linphone/files/patch-mediastreamer::msfifo.c b/net/linphone/files/patch-mediastreamer::msfifo.c
new file mode 100644
index 000000000000..f30f63710642
--- /dev/null
+++ b/net/linphone/files/patch-mediastreamer::msfifo.c
@@ -0,0 +1,15 @@
+
+$FreeBSD$
+
+--- mediastreamer/msfifo.c 2002/12/30 08:33:16 1.1
++++ mediastreamer/msfifo.c 2002/12/30 08:33:36
+@@ -23,6 +23,9 @@
+ #include "msutils.h"
+ #include "msfifo.h"
+
++#ifndef ENODATA
++#define ENODATA 61
++#endif
+
+ MSFifo * ms_fifo_new(MSBuffer *buf, gint r_gran, gint w_gran, gint r_offset, gint w_offset)
+ {