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
9 lines
278 B
C
9 lines
278 B
C
--- ./talk/third_party/mediastreamer/mssync.c.orig Thu Mar 16 18:43:06 2006
|
|
+++ ./talk/third_party/mediastreamer/mssync.c Fri Apr 21 10:56:34 2006
|
|
@@ -189,5 +189,6 @@
|
|
g_mutex_free(sync->lock);
|
|
g_cond_free(sync->thread_cond);
|
|
g_cond_free(sync->stop_cond);
|
|
+ return 0;
|
|
}
|
|
|