summaryrefslogtreecommitdiff
path: root/vst
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2009-03-24 15:48:34 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2009-03-24 15:48:34 +0000
commitdfe26ae407b199b23d010c9cb4f9b616b5fb1e0d (patch)
treebd8134347c55914258f60cb1ddcd448bb1eb314f /vst
parent21571906411af0f88344a3baf306ecfda408e15d (diff)
VST omnibus commit edition: use wine_pthread_create() everywhere instead of pthread_create; properly handle events when editor windows are closed, thus avoiding deadlock when deleting a VST plugin; actually delete plugins (of any kind) when requested to do so and there is an editor - this was a bug that has been around for quite a long time in 2.X; some extensions to the vestige header that might be legally dubious
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4889 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'vst')
-rwxr-xr-xvst/ardevst2
1 files changed, 1 insertions, 1 deletions
diff --git a/vst/ardevst b/vst/ardevst
index 223646af9b..fe3337356c 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
-wine-pthread ./vst/ardour_vst.exe.so "$@"
+wine ./vst/ardour_vst.exe.so "$@"