aboutsummaryrefslogtreecommitdiff
path: root/externals/build/src/mtx_rowrifft.c
blob: c61076a0aebe3552d5288a73ac70438576b8ce4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* 
 * hack to work around my lack of Windows linking knowledge
 * <hans@at.or.at>
 */
#ifdef WIN32
#include "../../../pd/src/d_fft_mayer.c"
#endif

#include "../../iem/iemmatrix/src/mtx_matrix.c"
#include "../../iem/iemmatrix/src/mtx_rowrifft.c"
void iemmatrix_sources_setup(void)
{
 
}