Mercurial > hg > svapp
changeset 63:0ffab5d7e3e1
...
author | Chris Cannam |
---|---|
date | Wed, 28 Nov 2007 11:55:09 +0000 |
parents | ae2627ac7db2 |
children | b6605be1a2d1 |
files | audioio/PhaseVocoderTimeStretcher.cpp audioio/PhaseVocoderTimeStretcher.h |
diffstat | 2 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/audioio/PhaseVocoderTimeStretcher.cpp Mon Nov 26 13:33:44 2007 +0000 +++ b/audioio/PhaseVocoderTimeStretcher.cpp Wed Nov 28 11:55:09 2007 +0000 @@ -13,6 +13,8 @@ COPYING included with this distribution for more information. */ +#ifndef HAVE_RUBBERBAND + #include "PhaseVocoderTimeStretcher.h" #include <iostream> @@ -624,3 +626,4 @@ } +#endif
--- 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