summaryrefslogtreecommitdiff
path: root/libs/rubberband
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-02-26 01:34:03 +0000
committerDavid Robillard <d@drobilla.net>2009-02-26 01:34:03 +0000
commit593ffe80331f9cca68664f9dd501ce95b545f0c8 (patch)
treefb5df4864b5a1baad62ba449b364382fe0b15418 /libs/rubberband
parent1d516ac95a61d12dadaaf75c46f792d8e4308578 (diff)
Build VAmp plugins.
git-svn-id: svn://localhost/ardour2/branches/3.0@4670 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/rubberband')
-rw-r--r--libs/rubberband/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/rubberband/wscript b/libs/rubberband/wscript
index d43ec08c16..23d2950b53 100644
--- a/libs/rubberband/wscript
+++ b/libs/rubberband/wscript
@@ -54,7 +54,7 @@ def build(bld):
obj.name = 'librubberband'
obj.target = 'rubberband'
obj.uselib = 'FFTW3 FFTW3F SAMPLERATE SNDFILE'
- obj.uselib_local = 'libvamp'
+ obj.uselib_local = 'libvamphost'
obj.vnum = LIBRUBBERBAND_LIB_VERSION
obj.install_path = ''
obj.cxxflags = '-DPACKAGE=\\\"librubberband\\\"'