From d79f95d0f2f761b40ffee2ab5858a39310c2bb79 Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Sat, 8 Apr 2017 23:58:24 +0200 Subject: Calculate FFT over audio samples and print peak frequency --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 19fe7e6..1940004 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ CFLAGS = -Wall -Wextra -Werror -ggdb3 -O3 -LDFLAGS = -lasound -lm -lrt +LDFLAGS = -lasound -lfftw3 -lm -lrt METRONOME_OBJS = metronome.o METRONOME_BIN = metronome -- cgit v1.2.3