From: John Melton g0orx/n6lyt Date: Wed, 11 May 2016 20:12:20 +0000 (+0000) Subject: rebuilt without codec2 library dependency X-Git-Url: https://git.rkrishnan.org/pf/vdrive/readonly?a=commitdiff_plain;h=d9c1ce54686bb16415e84bf6b9d3a28f34b0ef90;p=pihpsdr.git rebuilt without codec2 library dependency --- diff --git a/Makefile b/Makefile index e0447df..1ab6bda 100644 --- a/Makefile +++ b/Makefile @@ -14,14 +14,14 @@ LINK=gcc #required for FREEDV (uncomment lines below) -FREEDV_OPTIONS=-D FREEDV -FREEDVLIBS=-lcodec2 -FREEDV_SOURCES= \ -freedv.c -FREEDV_HEADERS= \ -freedv.h -FREEDV_OBJS= \ -freedv.o +#FREEDV_OPTIONS=-D FREEDV +#FREEDVLIBS=-lcodec2 +#FREEDV_SOURCES= \ +#freedv.c +#FREEDV_HEADERS= \ +#freedv.h +#FREEDV_OBJS= \ +#freedv.o OPTIONS=-g -D $(UNAME_N) $(LIMESDR_OPTIONS) $(FREEDV_OPTIONS) -O3 GTKINCLUDES=`pkg-config --cflags gtk+-3.0` diff --git a/pihpsdr b/pihpsdr index e230a63..0d93d75 100755 Binary files a/pihpsdr and b/pihpsdr differ diff --git a/release/pihpsdr.tar b/release/pihpsdr.tar index 4f18e64..8247a5e 100644 Binary files a/release/pihpsdr.tar and b/release/pihpsdr.tar differ diff --git a/release/pihpsdr/pihpsdr b/release/pihpsdr/pihpsdr index e230a63..0d93d75 100755 Binary files a/release/pihpsdr/pihpsdr and b/release/pihpsdr/pihpsdr differ