summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_timefx.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 /gtk2_ardour/editor_timefx.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 'gtk2_ardour/editor_timefx.cc')
-rw-r--r--gtk2_ardour/editor_timefx.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_timefx.cc b/gtk2_ardour/editor_timefx.cc
index 19d574db27..e31ce4d955 100644
--- a/gtk2_ardour/editor_timefx.cc
+++ b/gtk2_ardour/editor_timefx.cc
@@ -46,7 +46,7 @@
#include "ardour/pitch.h"
#ifdef USE_RUBBERBAND
-#include <rubberband/RubberBandStretcher.h>
+#include "rubberband/RubberBandStretcher.h"
using namespace RubberBand;
#endif