aboutsummaryrefslogtreecommitdiff
path: root/externals/build/src/mtx_rowrfft.c
blob: 6fc2554cd18df194c78b39c37b90b6fe82b4418e (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_mayer_fft.c"
#endif

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