summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2008-01-10 17:47:39 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2008-01-10 17:47:39 +0000
commita8ac24c56ab41ce5e6d04d143fcff99940849ef1 (patch)
tree1c9717adf8c73ed66fda03e0b0759f10afde5b9c
parent548cfec1e2cd2f6c0ba6f897221ff79103033ec2 (diff)
more rubberband/fftw3f build fixes
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2878 d708f5d6-7413-0410-9779-e7cbd77b26cf
-rw-r--r--SConstruct3
1 files changed, 2 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 19154fa09a..55c08d2375 100644
--- a/SConstruct
+++ b/SConstruct
@@ -1106,7 +1106,8 @@ else:
#
timefx_subdirs = ['libs/soundtouch']
-timefx_subdirs += ['libs/rubberband']
+if env['RUBBERBAND']:
+ timefx_subdirs += ['libs/rubberband']
opts.Save('scache.conf', env)
Help(opts.GenerateHelpText(env))