* Fix FFTW wisdom saving (do it only once)

* Add makedepend dependencies
This commit is contained in:
Chris Cannam
2007-11-20 20:50:25 +00:00
parent 0aa2cdf03d
commit 902e52f8f1
4 changed files with 82 additions and 14 deletions

View File

@@ -15,8 +15,9 @@
#ifndef _RUBBERBAND_FFT_H_
#define _RUBBERBAND_FFT_H_
class FFTImpl;
namespace RubberBand {
class FFTImpl;
/**
* Provide the basic FFT computations we need, using one of a set of
@@ -66,5 +67,7 @@ protected:
static int m_method;
};
}
#endif