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

jm at svn.xiph.org jm at svn.xiph.org
Thu Dec 22 03:14:45 PST 2005


Author: jm
Date: 2005-12-22 03:14:42 -0800 (Thu, 22 Dec 2005)
New Revision: 10673

Modified:
   trunk/speex/libspeex/fftwrap.c
Log:
oops, that's why FIXED_POINT wasn't enabled here


Modified: trunk/speex/libspeex/fftwrap.c
===================================================================
--- trunk/speex/libspeex/fftwrap.c	2005-12-22 10:29:28 UTC (rev 10672)
+++ trunk/speex/libspeex/fftwrap.c	2005-12-22 11:14:42 UTC (rev 10673)
@@ -32,7 +32,11 @@
 
 */
 
-//#define USE_SMALLFT
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
+/*#define USE_SMALLFT*/
 #define USE_KISS_FFT
 
 



More information about the commits mailing list