handle missing fftw3f better still
authorPaul Davis <paul@linuxaudiosystems.com>
Thu, 10 Jan 2008 17:42:29 +0000 (17:42 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Thu, 10 Jan 2008 17:42:29 +0000 (17:42 +0000)
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2877 d708f5d6-7413-0410-9779-e7cbd77b26cf

SConstruct

index 203e8a276742750eda7134df01b8370c5cd51a69..19154fa09a04475542cd08e3f10bb49c1d4ca2ba 100644 (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()