From 548cfec1e2cd2f6c0ba6f897221ff79103033ec2 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 10 Jan 2008 17:42:29 +0000 Subject: [PATCH] handle missing fftw3f better still git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2877 d708f5d6-7413-0410-9779-e7cbd77b26cf --- SConstruct | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/SConstruct b/SConstruct index 203e8a2767..19154fa09a 100644 --- a/SConstruct +++ b/SConstruct @@ -782,10 +782,14 @@ if conf.CheckHeader ('fftw3.h'): CPPPATH='#libs/rubberband', CCFLAGS='-DUSE_RUBBERBAND') else: + print "" + print "-------------------------------------------------------------------------" print "You do not have the FFTW single-precision development package installed." print "This prevents Ardour from using the Rubberband library for timestretching" print "and pitchshifting. It will fall back on SoundTouch for timestretch, and " print "pitchshifting will not be available." + print "-------------------------------------------------------------------------" + print "" conf.Finish() -- 2.30.2