Update of /cvsroot/pure-data/externals/corelibs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13135
Modified Files: lib_d_fft.c Log Message: updated for stable_0_40 branch of Pd
Index: lib_d_fft.c =================================================================== RCS file: /cvsroot/pure-data/externals/corelibs/lib_d_fft.c,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** lib_d_fft.c 27 Sep 2006 07:04:59 -0000 1.3 --- lib_d_fft.c 24 Dec 2006 06:13:14 -0000 1.4 *************** *** 1,4 **** #include "../../pd/src/d_fftroutine.c" ! #include "../../pd/src/d_mayer_fft.c" #include "../../pd/src/d_fft.c" void lib_d_fft_setup(void) --- 1,4 ---- #include "../../pd/src/d_fftroutine.c" ! #include "../../pd/src/d_fft_mayer.c" #include "../../pd/src/d_fft.c" void lib_d_fft_setup(void)