diff options
Diffstat (limited to 'audio/ardour/files/patch-libs-fst-vsti.c')
-rw-r--r-- | audio/ardour/files/patch-libs-fst-vsti.c | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/audio/ardour/files/patch-libs-fst-vsti.c b/audio/ardour/files/patch-libs-fst-vsti.c new file mode 100644 index 000000000000..36ea5e1c60ba --- /dev/null +++ b/audio/ardour/files/patch-libs-fst-vsti.c @@ -0,0 +1,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 + |