summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Zammit <damien@zamaudio.com>2018-02-19 19:26:13 +1100
committerDamien Zammit <damien@zamaudio.com>2018-02-19 19:26:13 +1100
commitb90ee2ae878780c5ead9d812a8bc72a779c002d4 (patch)
treec7dfda2215dc0bdcefe033c95e8733390487fd58
parenta3321af1892a6994d64fb705e48ae8adf8d7df20 (diff)
convolution plugins: Remove LADSPA builds for these due to DPF states
-rw-r--r--plugins/ZamHeadX2/Makefile10
-rw-r--r--plugins/ZamVerb/Makefile10
2 files changed, 0 insertions, 20 deletions
diff --git a/plugins/ZamHeadX2/Makefile b/plugins/ZamHeadX2/Makefile
index 24bfe1d..c838293 100644
--- a/plugins/ZamHeadX2/Makefile
+++ b/plugins/ZamHeadX2/Makefile
@@ -27,21 +27,11 @@ OBJS_UI = \
include ../Makefile.mk
# --------------------------------------------------------------
-# Enable all possible plugin types
ifeq ($(HAVE_JACK),true)
TARGETS += jack
endif
-ifeq ($(LINUX),true)
-TARGETS += ladspa
-ifeq ($(HAVE_DGL),true)
-ifeq ($(HAVE_LIBLO),true)
-TARGETS += dssi
-endif
-endif
-endif
-
ifeq ($(HAVE_DGL),true)
TARGETS += lv2_sep
else
diff --git a/plugins/ZamVerb/Makefile b/plugins/ZamVerb/Makefile
index cfa412c..82c3bab 100644
--- a/plugins/ZamVerb/Makefile
+++ b/plugins/ZamVerb/Makefile
@@ -28,21 +28,11 @@ OBJS_UI = \
include ../Makefile.mk
# --------------------------------------------------------------
-# Enable all possible plugin types
ifeq ($(HAVE_JACK),true)
TARGETS += jack
endif
-ifeq ($(LINUX),true)
-TARGETS += ladspa
-ifeq ($(HAVE_DGL),true)
-ifeq ($(HAVE_LIBLO),true)
-TARGETS += dssi
-endif
-endif
-endif
-
ifeq ($(HAVE_DGL),true)
TARGETS += lv2_sep
else