From: Ramakrishnan Muthukrishnan <ram@rkrishnan.org>
Date: Tue, 5 Sep 2023 14:41:59 +0000 (+0530)
Subject: Revert "rnnoise and specbleach are now linked to wdsp"
X-Git-Url: https://git.rkrishnan.org/pf/content/en/seg/bcase//%22%22?a=commitdiff_plain;h=refs%2Fheads%2Fwebsocket;p=pihpsdr.git

Revert "rnnoise and specbleach are now linked to wdsp"

This reverts commit a5d74a1f1e1d03cc78fde94eb925d373bb4c6c8a.
---

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