mirror of
https://git.freebsd.org/ports.git
synced 2025-07-08 21:09:17 -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
11 lines
437 B
C
11 lines
437 B
C
--- ./talk/third_party/mediastreamer/msGSMencoder.h.orig Thu Mar 16 18:43:06 2006
|
|
+++ ./talk/third_party/mediastreamer/msGSMencoder.h Fri Apr 21 10:56:34 2006
|
|
@@ -36,7 +36,7 @@
|
|
in order to the object mechanism to work*/
|
|
MSFilter filter;
|
|
MSFifo *f_inputs[MSGSMENCODER_MAX_INPUTS];
|
|
- MSFifo *f_outputs[MSGSMENCODER_MAX_INPUTS];
|
|
+ MSQueue *q_outputs[MSGSMENCODER_MAX_INPUTS];
|
|
gsm gsm_handle;
|
|
} MSGSMEncoder;
|
|
|