summaryrefslogtreecommitdiff
path: root/audio/ardour/files/patch-libs-fst-vsti.c
blob: 36ea5e1c60ba8a284412db8a5545d9c43ee01e61 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- libs/fst/vsti.c.orig	Sat Mar 24 16:56:58 2007
+++ libs/fst/vsti.c	Sat Mar 24 16:59:07 2007
@@ -32,6 +32,8 @@
 #include <jackvst.h>
 #include <vst/aeffectx.h>
 
+#ifdef WITH_ALSA
+
 snd_seq_t *
 create_sequencer (const char* client_name, bool isinput)
 {
@@ -177,5 +179,5 @@
 	snd_seq_close (jvst->seq);
 }
 
-
+#endif