From 1a52aeb370c9fabbd2229da793aee0399f04ca2f Mon Sep 17 00:00:00 2001 From: Sampo Savolainen Date: Mon, 13 Mar 2006 18:09:11 +0000 Subject: [PATCH] Make FFT analysis work again. (added -DFFT_ANALYSIS when building ardour with FFT_ANALYSIS=1) git-svn-id: svn://localhost/trunk/ardour2@387 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/SConscript | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk2_ardour/SConscript b/gtk2_ardour/SConscript index ac58fe3f24..53576302cf 100644 --- a/gtk2_ardour/SConscript +++ b/gtk2_ardour/SConscript @@ -51,6 +51,7 @@ gtkardour.Merge ([ if gtkardour['FFT_ANALYSIS']: gtkardour.Merge ([libraries['fftw3f']]) + gtkardour.Append(CCFLAGS='-DFFT_ANALYSIS') if gtkardour['VST']: gtkardour.Merge ([ libraries['fst']])