summaryrefslogtreecommitdiff
path: root/plugins/ZamVerb/convolution.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ZamVerb/convolution.hpp')
-rw-r--r--plugins/ZamVerb/convolution.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/ZamVerb/convolution.hpp b/plugins/ZamVerb/convolution.hpp
index 1c89971..cfb3755 100644
--- a/plugins/ZamVerb/convolution.hpp
+++ b/plugins/ZamVerb/convolution.hpp
@@ -19,7 +19,11 @@
#ifndef CONVOLUTION_H_
#define CONVOLUTION_H_
+#ifdef HAVE_ZITA_CONVOLVER
+#include <zita-convolver.h>
+#else
#include "../../lib/zita-convolver-4.0.0/zita-convolver.h"
+#endif
#define MAX_CHANNEL_MAPS (4)
#define VERBOSE_printf(x, ...)