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, 0 insertions, 18 deletions
diff --git a/audio/ardour/files/patch-libs-fst-vsti.c b/audio/ardour/files/patch-libs-fst-vsti.c deleted file mode 100644 index 36ea5e1c60ba..000000000000 --- a/audio/ardour/files/patch-libs-fst-vsti.c +++ /dev/null @@ -1,18 +0,0 @@ ---- 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 - |