Mercurial > hg > svapp
diff audioio/PhaseVocoderTimeStretcher.h @ 63:0ffab5d7e3e1
...
author | Chris Cannam |
---|---|
date | Wed, 28 Nov 2007 11:55:09 +0000 |
parents | 3c5756fb6a68 |
children |
line wrap: on
line diff
--- a/audioio/PhaseVocoderTimeStretcher.h Mon Nov 26 13:33:44 2007 +0000 +++ b/audioio/PhaseVocoderTimeStretcher.h Wed Nov 28 11:55:09 2007 +0000 @@ -16,6 +16,8 @@ #ifndef _PHASE_VOCODER_TIME_STRETCHER_H_ #define _PHASE_VOCODER_TIME_STRETCHER_H_ +#ifndef HAVE_RUBBERBAND + #include "base/Window.h" #include "base/RingBuffer.h" @@ -185,3 +187,5 @@ }; #endif + +#endif