summaryrefslogtreecommitdiff
path: root/libs/ardour/rb_effect.cc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-02-26 01:22:20 +0000
committerDavid Robillard <d@drobilla.net>2009-02-26 01:22:20 +0000
commit1d516ac95a61d12dadaaf75c46f792d8e4308578 (patch)
tree4510f9d79575fd2f735c6740534e682132d9777b /libs/ardour/rb_effect.cc
parent03536cd399131e3fec54c95ae5ac6f11dca05aef (diff)
Waf building of rubberband.
Use rubberband over soundtouch with waf for the time being. git-svn-id: svn://localhost/ardour2/branches/3.0@4669 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/rb_effect.cc')
-rw-r--r--libs/ardour/rb_effect.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/rb_effect.cc b/libs/ardour/rb_effect.cc
index b709c9bd1f..3cda2eb706 100644
--- a/libs/ardour/rb_effect.cc
+++ b/libs/ardour/rb_effect.cc
@@ -21,7 +21,7 @@
#include <cmath>
#include "pbd/error.h"
-#include <rubberband/RubberBandStretcher.h>
+#include "rubberband/RubberBandStretcher.h"
#include "ardour/types.h"
#include "ardour/stretch.h"