13 lines
343 B
Diff
13 lines
343 B
Diff
|
--- convoLV2/Makefile
|
||
|
+++ convoLV2/Makefile
|
||
|
@@ -76,9 +76,6 @@ ifneq ($(BUILDGTK), no)
|
||
|
endif
|
||
|
|
||
|
ifeq ($(LIBZITACONVOLVER),)
|
||
|
- ifeq ($(shell test -f /usr/include/zita-convolver.h -o -f /usr/local/include/zita-convolver.h || echo no ), no)
|
||
|
- $(error "libzita-convolver3 or 4, is required")
|
||
|
- endif
|
||
|
LOADLIBES += -lzita-convolver
|
||
|
endif
|
||
|
|