1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/audio/ardour/files/patch-libs-fst-vsti.c
Edward Tomasz Napierala cdf120dd5b Update to 2.0.r1, add VST support (disabled by default due to legal reasons)
and clean things a bit.

PR:		ports/111506
Submitted by:	trasz
Approved by:	miwi (mentor)
2007-04-14 17:28:52 +00:00

19 lines
324 B
C

--- 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