13
0

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
This commit is contained in:
Sampo Savolainen 2006-03-13 18:09:11 +00:00
parent 1dee60510a
commit 1a52aeb370

View File

@ -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']])