]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
rnnoise and specbleach are now linked to wdsp
authorRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Sat, 29 Jul 2023 06:25:51 +0000 (11:55 +0530)
committerRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Sat, 29 Jul 2023 06:25:51 +0000 (11:55 +0530)
(Please update your copy of wdsp and rebuild it)

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)