]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
Revert "Revert "rnnoise and specbleach are now linked to wdsp""
authorRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Tue, 5 Sep 2023 16:22:00 +0000 (21:52 +0530)
committerRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Tue, 5 Sep 2023 16:22:00 +0000 (21:52 +0530)
This reverts commit 1cb35457ce7fd122b8796cb3b06901333ddf4e21.

Makefile

index 9f9ecc5197f15e90183f868cfdf62b2572c14081..f7c1163debbc43e5d0b8391d1d643a7f384c2328 100644 (file)
--- 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)