mirror of
https://git.freebsd.org/ports.git
synced 2025-07-10 22:09:22 -04:00
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
10 lines
254 B
C
10 lines
254 B
C
--- ./talk/third_party/mediastreamer/msqueue.c.orig Thu Mar 16 18:43:06 2006
|
|
+++ ./talk/third_party/mediastreamer/msqueue.c Fri Apr 21 10:56:34 2006
|
|
@@ -53,4 +53,7 @@
|
|
q->size++;
|
|
}
|
|
|
|
+MSMessage *ms_queue_peek_last(MSQueue *q){
|
|
+ return q->last;
|
|
+}
|
|
|