[Freeswitch-svn] [commit] r8682 - freeswitch/trunk/libs/voipcodecs/src

Freeswitch SVN anthm at freeswitch.org
Mon May 26 22:28:18 EDT 2008


Author: anthm
Date: Mon May 26 22:28:17 2008
New Revision: 8682

Modified:
   freeswitch/trunk/libs/voipcodecs/src/lpc10_decode.c

Log:
oops

Modified: freeswitch/trunk/libs/voipcodecs/src/lpc10_decode.c
==============================================================================
--- freeswitch/trunk/libs/voipcodecs/src/lpc10_decode.c	(original)
+++ freeswitch/trunk/libs/voipcodecs/src/lpc10_decode.c	Mon May 26 22:28:17 2008
@@ -43,10 +43,10 @@
 #if defined(HAVE_MATH_H)
 #include <math.h>
 #endif
-#if (_MSC_VER = 1400) /* fix for broken header files with msvc 2005*/
-#if !defined (_M_IA64) && !defined (_M_AMD64)
-#undef logf
-#define logf(x)     ((float)log((double)(x)))
+#if (_MSC_VER == 1400) /* fix for broken header files with msvc 2005*/
+#if !defined (_M_IA64) && !defined (_M_AMD64)
+#undef logf
+#define logf(x)     ((float)log((double)(x)))
 #endif    // !defined (_M_IA64) && !defined (_M_AMD64)
 #endif
 



More information about the Freeswitch-svn mailing list