# HG changeset patch # User Mychaela Falconia # Date 1713075766 0 # Node ID 18229558c8bfced7b8b5cf98fa1567c81b3fbec6 # Parent e0b46ac2c326db2b5f47564a8a8bd35254ab2c4f gsmfr-preproc: convert to libgsmfr2 diff -r e0b46ac2c326 -r 18229558c8bf frtest/Makefile --- 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} diff -r e0b46ac2c326 -r 18229558c8bf frtest/preproc.c --- 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 #include #include -#include "../libgsmfrp/gsm_fr_preproc.h" +#include "../libgsmfr2/tw_gsmfr.h" #include "../libtest/binreader.h" main(argc, argv)