mirror of
https://git.freebsd.org/ports.git
synced 2025-07-13 23:39:20 -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
312 B
C
10 lines
312 B
C
--- ./talk/third_party/mediastreamer/msspeexenc.c.orig Thu Mar 16 18:43:07 2006
|
|
+++ ./talk/third_party/mediastreamer/msspeexenc.c Fri Apr 21 10:56:34 2006
|
|
@@ -157,6 +157,7 @@
|
|
{
|
|
if (obj->initialized){
|
|
speex_encoder_destroy(obj->speex_state);
|
|
+ speex_bits_destroy(&obj->bits);
|
|
obj->initialized=0;
|
|
}
|
|
}
|