From: <jpg...@us...> - 2008-02-29 17:19:50
|
Revision: 1358 http://iaxclient.svn.sourceforge.net/iaxclient/?rev=1358&view=rev Author: jpgrayson Date: 2008-02-29 09:19:56 -0800 (Fri, 29 Feb 2008) Log Message: ----------- Remove all references to deprecated and meaningless MEC2. Modified Paths: -------------- trunk/configure.ac trunk/contrib/macosx/Prefixes.h trunk/contrib/tcl/Prefixes.h Modified: trunk/configure.ac =================================================================== --- trunk/configure.ac 2008-02-29 17:16:50 UTC (rev 1357) +++ trunk/configure.ac 2008-02-29 17:19:56 UTC (rev 1358) @@ -85,7 +85,7 @@ AC_ARG_WITH(echo-can, [AS_HELP_STRING([--with-echo-can], - [use echo can (span, speex or mec2) [default=speex]])], + [use echo can (span or speex) [default=speex]])], use_echo_can=$withval, use_echo_can="speex") @@ -368,10 +368,6 @@ AC_DEFINE(SPEEX_EC, 1, [Speex echo can]) fi -if test x$use_echo_can = xmec2; then - AC_DEFINE(MEC2_EC, 1, [Mec echo can]) -fi - if test x$enable_local_ilbc = xyes; then AC_DEFINE(CODEC_ILBC,,[Enable ILBC support]) fi Modified: trunk/contrib/macosx/Prefixes.h =================================================================== --- trunk/contrib/macosx/Prefixes.h 2008-02-29 17:16:50 UTC (rev 1357) +++ trunk/contrib/macosx/Prefixes.h 2008-02-29 17:19:56 UTC (rev 1358) @@ -5,7 +5,6 @@ //#define CODEC_ILBC 0 //#define SPAN_EC 0 #define SPEEX_EC 1 -//#define MEC2_EC 0 Modified: trunk/contrib/tcl/Prefixes.h =================================================================== --- trunk/contrib/tcl/Prefixes.h 2008-02-29 17:16:50 UTC (rev 1357) +++ trunk/contrib/tcl/Prefixes.h 2008-02-29 17:19:56 UTC (rev 1358) @@ -7,7 +7,6 @@ //#define CODEC_ILBC 0 //#define SPAN_EC 0 #define SPEEX_EC 1 -//#define MEC2_EC 0 #define USE_NEWJB 1 //#define USE_VIDEO 0 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |