summaryrefslogtreecommitdiffstats
path: root/Graphic_Equalizer/src/runfft.hcc
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2004-12-08 12:16:58 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2004-12-08 12:16:58 (GMT)
commit5a5bd9cb9c7f180c5c598b9068e1993ed3b6653f (patch)
treec65be6236faa85864ebccb1407618ee5708bb3f3 /Graphic_Equalizer/src/runfft.hcc
parent1e60188664cab6ac66dd152b4541217dd0511d3a (diff)
downloadTASS-5a5bd9cb9c7f180c5c598b9068e1993ed3b6653f.zip
TASS-5a5bd9cb9c7f180c5c598b9068e1993ed3b6653f.tar.gz
TASS-5a5bd9cb9c7f180c5c598b9068e1993ed3b6653f.tar.bz2
Moved FFT specific define here instead of the configuration file.
Added include ifdef around debug as it shouldn't always be included.
Diffstat (limited to 'Graphic_Equalizer/src/runfft.hcc')
-rw-r--r--Graphic_Equalizer/src/runfft.hcc4
1 files changed, 3 insertions, 1 deletions
diff --git a/Graphic_Equalizer/src/runfft.hcc b/Graphic_Equalizer/src/runfft.hcc
index 75b8e0d..55d4b05 100644
--- a/Graphic_Equalizer/src/runfft.hcc
+++ b/Graphic_Equalizer/src/runfft.hcc
@@ -25,7 +25,9 @@
#include "audio.hch"
#include "fft.hch"
-#include "debug.hch"
+#if HAVE_DEBUG
+ #include "debug.hch"
+#endif
/*
* Forward declarations