[xiph-commits] r10790 - trunk/speex/libspeex

jm at svn.xiph.org jm at svn.xiph.org
Thu Feb 9 02:28:01 PST 2006


Author: jm
Date: 2006-02-09 02:27:58 -0800 (Thu, 09 Feb 2006)
New Revision: 10790

Modified:
   trunk/speex/libspeex/math_approx.c
Log:
fixed an unresolved symbol on win32


Modified: trunk/speex/libspeex/math_approx.c
===================================================================
--- trunk/speex/libspeex/math_approx.c	2006-02-09 08:54:52 UTC (rev 10789)
+++ trunk/speex/libspeex/math_approx.c	2006-02-09 10:27:58 UTC (rev 10790)
@@ -162,7 +162,7 @@
 
 
 #define SPX_PI_2 1.5707963268
-inline spx_word16_t spx_cos(spx_word16_t x)
+spx_word16_t spx_cos(spx_word16_t x)
 {
    if (x<SPX_PI_2)
    {



More information about the commits mailing list