mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 22:25:46 +01:00
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:
parent
b520988869
commit
548cfec1e2
1 changed files with 4 additions and 0 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue