changeset 289:18229558c8bf

gsmfr-preproc: convert to libgsmfr2
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 14 Apr 2024 06:22:46 +0000
parents e0b46ac2c326
children 09cc95b7d426
files frtest/Makefile frtest/preproc.c
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/frtest/Makefile	Sun Apr 14 06:20:04 2024 +0000
+++ b/frtest/Makefile	Sun Apr 14 06:22:46 2024 +0000
@@ -31,8 +31,8 @@
 gsmfr-encode-r:	encode-r.o ${LIBTEST} ${LIBFR2}
 	${CC} ${CFLAGS} -o $@ encode-r.o ${LIBTEST} ${LIBFR2}
 
-gsmfr-preproc:	preproc.o ${LIBDEC}
-	${CC} ${CFLAGS} -o $@ preproc.o ${LIBDEC}
+gsmfr-preproc:	preproc.o ${LIBTEST} ${LIBFR2}
+	${CC} ${CFLAGS} -o $@ preproc.o ${LIBTEST} ${LIBFR2}
 
 install:
 	mkdir -p ${INSTBIN}
--- a/frtest/preproc.c	Sun Apr 14 06:20:04 2024 +0000
+++ b/frtest/preproc.c	Sun Apr 14 06:22:46 2024 +0000
@@ -7,7 +7,7 @@
 #include <stdio.h>
 #include <stdint.h>
 #include <stdlib.h>
-#include "../libgsmfrp/gsm_fr_preproc.h"
+#include "../libgsmfr2/tw_gsmfr.h"
 #include "../libtest/binreader.h"
 
 main(argc, argv)