This commit is contained in:
Kurt Moraw
2020-11-01 01:21:52 +01:00
parent 9510186cb3
commit f72c347e30
436 changed files with 1642 additions and 1263 deletions
+5 -2
View File
@@ -1,8 +1,11 @@
# Makefile for qo100modem
# =======================
CFLAGS=-O3 -Wall
LDLIBS= -L. -lpthread -lfftw3 -lm -lzip
LDLIBS= -L. -lpthread -lfftw3 -lm -lzip -lfftw3_threads -lsndfile -lasound -lbass -lliquid
CC=c++
PROGNAME=qo100modem
OBJ=qo100modem.o main_helper.o udp.o frame_packer.o scrambler.o crc16.o fec.o fft.o constellation.o arraysend.o
OBJ=qo100modem.o main_helper.o udp.o frame_packer.o scrambler.o crc16.o fec.o fft.o constellation.o arraysend.o audio.o liquid_if.o
all: qo100modem