FreeCalypso > hg > gsm-codec-lib
diff frtest/Makefile @ 287:f00925b533b7
gsmfr-encode: convert to libgsmfr2
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 14 Apr 2024 06:16:47 +0000 |
parents | 251aed72925e |
children | e0b46ac2c326 |
line wrap: on
line diff
--- a/frtest/Makefile Sun Apr 14 06:11:39 2024 +0000 +++ b/frtest/Makefile Sun Apr 14 06:16:47 2024 +0000 @@ -25,8 +25,8 @@ 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 +gsmfr-encode: encode.o ${LIBTEST} ${LIBFR2} + ${CC} ${CFLAGS} -o $@ encode.o ${LIBTEST} ${LIBFR2} gsmfr-encode-r: encode-r.o ${LIBTEST} ${CC} ${CFLAGS} -o $@ encode-r.o ${LIBTEST} -lgsm