mirror of
https://git.freebsd.org/ports.git
synced 2025-07-15 00:09:15 -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
330 B
C
10 lines
330 B
C
--- ./talk/third_party/mediastreamer/msspeexdec.c.orig Thu Mar 16 18:43:07 2006
|
|
+++ ./talk/third_party/mediastreamer/msspeexdec.c Fri Apr 21 10:56:34 2006
|
|
@@ -171,6 +171,7 @@
|
|
void ms_speex_dec_uninit_core(MSSpeexDec *obj)
|
|
{
|
|
speex_decoder_destroy(obj->speex_state);
|
|
+ speex_bits_destroy(&obj->bits);
|
|
obj->initialized=0;
|
|
}
|
|
|