From dda6be49dd61ab6eef91c21b700f5858cfc01383 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Sat, 10 Dec 2005 17:55:46 +0000 Subject: [PATCH] small fixes for g729 lib compiling and speex loading. git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@110 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/mod_codec_g729/mod_codec_g729.c | 1 - src/mod/mod_codec_g729/mod_codec_g729.vcproj | 4 ++-- src/mod/mod_speexcodec/mod_speexcodec.c | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/mod/mod_codec_g729/mod_codec_g729.c b/src/mod/mod_codec_g729/mod_codec_g729.c index 760199218f..1927fbb929 100644 --- a/src/mod/mod_codec_g729/mod_codec_g729.c +++ b/src/mod/mod_codec_g729/mod_codec_g729.c @@ -51,7 +51,6 @@ static switch_status switch_g729_init(switch_codec *codec, switch_codec_flag fla return SWITCH_STATUS_FALSE; } else { if (encoding) { - //init_coder is fucked if you comment it no more crash g729_init_coder(&context->encoder_object, 0); } if (decoding) { diff --git a/src/mod/mod_codec_g729/mod_codec_g729.vcproj b/src/mod/mod_codec_g729/mod_codec_g729.vcproj index d738f4f33f..8e97dbcc37 100644 --- a/src/mod/mod_codec_g729/mod_codec_g729.vcproj +++ b/src/mod/mod_codec_g729/mod_codec_g729.vcproj @@ -25,7 +25,7 @@ >