Fix compilation on Xcode 4.6
This commit is contained in:
@@ -74,7 +74,11 @@ static fftw_real *real_in, *real_out, *comp_in, *comp_out;
|
||||
|
||||
unsigned int fft_length[IMPULSES];
|
||||
|
||||
#ifdef __clang__
|
||||
void impulse2freq(int id, float *imp, unsigned int length, fftw_real *out)
|
||||
#elif
|
||||
inline void impulse2freq(int id, float *imp, unsigned int length, fftw_real *out)
|
||||
#endif
|
||||
{
|
||||
fftw_real impulse_time[MAX_FFT_LENGTH];
|
||||
#ifdef FFTW3
|
||||
|
||||
Reference in New Issue
Block a user