]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
Revert "rnnoise and specbleach are now linked to wdsp"
authorRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Tue, 5 Sep 2023 14:41:59 +0000 (20:11 +0530)
committerRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Tue, 5 Sep 2023 14:43:57 +0000 (20:13 +0530)
This reverts commit a5d74a1f1e1d03cc78fde94eb925d373bb4c6c8a.

Makefile

index f7c1163debbc43e5d0b8391d1d643a7f384c2328..9f9ecc5197f15e90183f868cfdf62b2572c14081 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -174,7 +174,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) $(OPTIONS) $(INCLUDES)