mirror of
https://github.com/dj0abr/SSB_HighSpeed_Modem.git
synced 2026-06-03 06:24:51 -04:00
update
This commit is contained in:
+5
-2
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user