summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour.sh.in
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-12-18 15:26:50 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-12-18 15:26:50 +0000
commit8399cd8122024fecb5ad676aa236eab6110df520 (patch)
tree3ecc4c0f921c473901fb66a9681b4d840a996b5e /gtk2_ardour/ardour.sh.in
parent18f465393b29c98904a2140132131950963c36b1 (diff)
fix up discovery of VAMP plugins after ./waf install, which fixes crashes when reversing regions and doing timeFX operations with a "regular" install of ardour3
git-svn-id: svn://localhost/ardour2/branches/3.0@13673 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/ardour.sh.in')
-rw-r--r--gtk2_ardour/ardour.sh.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/gtk2_ardour/ardour.sh.in b/gtk2_ardour/ardour.sh.in
index 9a9a48755b..80efee781a 100644
--- a/gtk2_ardour/ardour.sh.in
+++ b/gtk2_ardour/ardour.sh.in
@@ -47,6 +47,12 @@ export ARDOUR_DATA_PATH=@DATADIR@/ardour3
export ARDOUR_CONFIG_PATH=@SYSCONFDIR@/ardour3
export ARDOUR_DLL_PATH=@LIBDIR@/ardour3
+#
+# VAMP has its own lookup path
+#
+
+export VAMP_PATH=@LIBDIR@/ardour3/vamp
+
if [ $# -gt 0 ] ; then
case $1 in
-g|--gdb) GDB=gdb; shift ;;