From 3408c93d39e1e7ddf7d07fd36aef9e397f92f245 Mon Sep 17 00:00:00 2001 From: c vw Date: Tue, 27 Oct 2020 10:15:11 +0100 Subject: [PATCH] Removed -DALSASOUND from hpsdrsim compilation since --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fe69b75..cd74b15 100644 --- a/Makefile +++ b/Makefile @@ -475,7 +475,8 @@ controller2v2: clean $(PROGRAM) ############################################################################# hpsdrsim.o: hpsdrsim.c hpsdrsim.h - $(CC) -c -O -DALSASOUND hpsdrsim.c +# $(CC) -c -O -DALSASOUND hpsdrsim.c + $(CC) -c -O hpsdrsim.c newhpsdrsim.o: newhpsdrsim.c hpsdrsim.h $(CC) -c -O newhpsdrsim.c -- 2.45.2