handle missing fftw3f better still

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2877 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2008-01-10 17:42:29 +00:00
parent b520988869
commit 548cfec1e2

View file

@ -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()