summaryrefslogtreecommitdiff
path: root/vst/ardevst
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2009-03-13 03:53:22 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2009-03-13 03:53:22 +0000
commit82da4fa3ac435712831580da183b4abd1062e0ff (patch)
treee0513ac8c3563112958bd50f993a708a92cb5fc7 /vst/ardevst
parent6a869dfb7a5ff2393553037e0cff31c9484403f3 (diff)
a lot of VST support odds-and-ends, including preset discovery and support, extending vestige header a bit, some new thread stuff (may break compilation against JACK, and deliver partial tempo/meter info to VST plugins
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4824 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'vst/ardevst')
-rwxr-xr-xvst/ardevst2
1 files changed, 1 insertions, 1 deletions
diff --git a/vst/ardevst b/vst/ardevst
index c040dbbacf..223646af9b 100755
--- a/vst/ardevst
+++ b/vst/ardevst
@@ -3,4 +3,4 @@
. ../gtk2_ardour/ardev_common.sh
export LD_LIBRARY_PATH=gtk2_ardour:$LD_LIBRARY_PATH
-exec wine ./vst/ardour_vst.exe.so "$@"
+wine-pthread ./vst/ardour_vst.exe.so "$@"