FreeCalypso > hg > gsm-codec-lib
diff frtest/Makefile @ 286:251aed72925e
gsmfr-dlcap-parse: convert to libgsmfr2
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 14 Apr 2024 06:11:39 +0000 |
parents | cfa3006a66da |
children | f00925b533b7 |
line wrap: on
line diff
--- a/frtest/Makefile Sun Apr 14 06:04:32 2024 +0000 +++ b/frtest/Makefile Sun Apr 14 06:11:39 2024 +0000 @@ -22,8 +22,8 @@ gsmfr-dlcap-gsmx: dlcap-gsmx.o tidsp.o ${LIBTEST} ${CC} ${CFLAGS} -o $@ dlcap-gsmx.o tidsp.o ${LIBTEST} -gsmfr-dlcap-parse: dlcap-parse.o tidsp.o ${LIBDEC} - ${CC} ${CFLAGS} -o $@ dlcap-parse.o tidsp.o ${LIBDEC} -lgsm +gsmfr-dlcap-parse: dlcap-parse.o tidsp.o ${LIBTEST} ${LIBFR2} + ${CC} ${CFLAGS} -o $@ dlcap-parse.o tidsp.o ${LIBTEST} ${LIBFR2} gsmfr-encode: encode.o ${LIBTEST} ${CC} ${CFLAGS} -o $@ encode.o ${LIBTEST} -lgsm