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

jm at svn.xiph.org jm at svn.xiph.org
Wed Oct 25 09:04:25 PDT 2006


Author: jm
Date: 2006-10-25 09:04:17 -0700 (Wed, 25 Oct 2006)
New Revision: 11946

Modified:
   trunk/speex/libspeex/fftwrap.c
Log:
Oops, re-enabling kissfft as default


Modified: trunk/speex/libspeex/fftwrap.c
===================================================================
--- trunk/speex/libspeex/fftwrap.c	2006-10-25 10:13:07 UTC (rev 11945)
+++ trunk/speex/libspeex/fftwrap.c	2006-10-25 16:04:17 UTC (rev 11946)
@@ -36,8 +36,8 @@
 #include "config.h"
 #endif
 
-#define USE_SMALLFT
-/*#define USE_KISS_FFT*/
+/*#define USE_SMALLFT*/
+#define USE_KISS_FFT
 
 
 #include "misc.h"



More information about the commits mailing list