From: Ramakrishnan Muthukrishnan <ram@rkrishnan.org>
Date: Sat, 29 Jul 2023 06:25:51 +0000 (+0530)
Subject: rnnoise and specbleach are now linked to wdsp
X-Git-Url: https://git.rkrishnan.org/specifications/%5B/%5B%5E?a=commitdiff_plain;h=a5d74a1f1e1d03cc78fde94eb925d373bb4c6c8a;p=pihpsdr.git

rnnoise and specbleach are now linked to wdsp

(Please update your copy of wdsp and rebuild it)
---

diff --git a/Makefile b/Makefile
index 9f9ecc5..f7c1163 100644
--- a/Makefile
+++ b/Makefile
@@ -174,7 +174,7 @@ ifeq ($(UNAME_S), Linux)
 RT_OPTION=-lrt
 endif
 
-LIBS=$(RT_OPTION) -lfftw3 -lm -lwdsp -lrnnoise -lspecbleach -lpthread $(AUDIO_LIBS) $(USBOZY_LIBS) $(GTKLIBS) $(GPIO_LIBS) $(MIDI_LIBS)
+LIBS=$(RT_OPTION) -lfftw3 -lm -lwdsp -lpthread $(AUDIO_LIBS) $(USBOZY_LIBS) $(GTKLIBS) $(GPIO_LIBS) $(MIDI_LIBS)
 INCLUDES=$(GTKINCLUDES)
 
 COMPILE=$(CC) $(CFLAGS) $(OPTIONS) $(INCLUDES)