diff options
Diffstat (limited to 'audio/ardour/files/patch-libs-fst-jackvst.h')
-rw-r--r-- | audio/ardour/files/patch-libs-fst-jackvst.h | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/audio/ardour/files/patch-libs-fst-jackvst.h b/audio/ardour/files/patch-libs-fst-jackvst.h deleted file mode 100644 index 3ae7ebcb6719..000000000000 --- a/audio/ardour/files/patch-libs-fst-jackvst.h +++ /dev/null @@ -1,22 +0,0 @@ ---- libs/fst/jackvst.h.orig Wed Aug 30 22:49:25 2006 -+++ libs/fst/jackvst.h Sat Mar 24 16:58:18 2007 -@@ -6,7 +6,9 @@ - #include <jack/jack.h> - #include <jack/ringbuffer.h> - #include <fst.h> -+#ifdef WITH_ALSA - #include <alsa/asoundlib.h> -+#endif - - typedef struct _JackVST JackVST; - -@@ -26,7 +28,9 @@ - /* For VST/i support */ - - pthread_t midi_thread; -+#ifdef WITH_ALSA - snd_seq_t* seq; -+#endif WITH_ALSA - int midiquit; - jack_ringbuffer_t* event_queue; - struct VstEvents* events; |