FreeCalypso > hg > gsm-codec-lib
diff frtest/Makefile @ 288:e0b46ac2c326
gsmfr-encode-r: convert to libgsmfr2
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 14 Apr 2024 06:20:04 +0000 |
parents | f00925b533b7 |
children | 18229558c8bf |
line wrap: on
line diff
--- a/frtest/Makefile Sun Apr 14 06:16:47 2024 +0000 +++ b/frtest/Makefile Sun Apr 14 06:20:04 2024 +0000 @@ -28,8 +28,8 @@ 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 +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}