summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfalkTX <falktx@gmail.com>2018-09-27 21:12:34 +0200
committerfalkTX <falktx@gmail.com>2018-09-27 21:12:34 +0200
commitb5f8a544a571c12aa291846307e70e311bd3ad90 (patch)
treef95b9bdf00c65330c3f8088958360bfa46440004
parentdd1e050ad0ba751be373cbe27c89ee3b2052f9b2 (diff)
Small fix, as ZITA macros are not defined anywhere now
-rw-r--r--plugins/ZamHeadX2/Makefile2
-rw-r--r--plugins/ZamVerb/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/ZamHeadX2/Makefile b/plugins/ZamHeadX2/Makefile
index 07ceedf..4f97676 100644
--- a/plugins/ZamHeadX2/Makefile
+++ b/plugins/ZamHeadX2/Makefile
@@ -33,7 +33,7 @@ include ../../dpf/Makefile.plugins.mk
ifeq ($(HAVE_ZITA_CONVOLVER),true)
BASE_FLAGS += -DHAVE_ZITA_CONVOLVER
-LINK_FLAGS += $(ZITA_CONVOLVER_LIBS)
+LINK_FLAGS += -lzita-convolver
else
include ../zita-convolver.mk
endif
diff --git a/plugins/ZamVerb/Makefile b/plugins/ZamVerb/Makefile
index d60b1df..553118f 100644
--- a/plugins/ZamVerb/Makefile
+++ b/plugins/ZamVerb/Makefile
@@ -33,7 +33,7 @@ include ../../dpf/Makefile.plugins.mk
ifeq ($(HAVE_ZITA_CONVOLVER),true)
BASE_FLAGS += -DHAVE_ZITA_CONVOLVER
-LINK_FLAGS += $(ZITA_CONVOLVER_LIBS)
+LINK_FLAGS += -lzita-convolver
else
include ../zita-convolver.mk
endif