freebsd-ports/net-im/libjingle/files/patch-talk__third_party__mediastreamer__msqueue.h
Mario Sergio Fujikawa Ferreira 705d98389a o Additional patching obtained from the effort of porting net-im/kopete with
libjingle support.
o Update libjingle's third party mediaphone (obtained from latest
  release of net/linphone 1.3.5) library
o Force OSS sound system detection
o Bump PORTREVISION
2006-04-21 15:17:45 +00:00

11 lines
350 B
C

--- ./talk/third_party/mediastreamer/msqueue.h.orig Thu Mar 16 18:43:06 2006
+++ ./talk/third_party/mediastreamer/msqueue.h Fri Apr 21 10:56:34 2006
@@ -41,6 +41,8 @@
void ms_queue_put(MSQueue *q, MSMessage *m);
+MSMessage *ms_queue_peek_last(MSQueue *q);
+
#define ms_queue_can_get(q) ( (q)->size!=0 )
#define ms_queue_destroy(q) g_free(q)