FreeCalypso > hg > gsm-codec-lib
diff efrtest/Makefile @ 147:90b9c7c3fa3b
gsmefr-cod-parse: use factored-out ETSI bit reader
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 14 Dec 2022 08:09:52 +0000 |
parents | 0fa0cd251a31 |
children | 01ce75ea1c8e |
line wrap: on
line diff
--- a/efrtest/Makefile Wed Dec 14 08:05:08 2022 +0000 +++ b/efrtest/Makefile Wed Dec 14 08:09:52 2022 +0000 @@ -8,8 +8,8 @@ all: ${PROGS} -gsmefr-cod-parse: cod-parse.o ${LIBEFR} - ${CC} ${CFLAGS} -o $@ cod-parse.o ${LIBEFR} +gsmefr-cod-parse: cod-parse.o etsi-bit-rd.o ${LIBEFR} + ${CC} ${CFLAGS} -o $@ cod-parse.o etsi-bit-rd.o ${LIBEFR} gsmefr-dec-parse: dec-parse.o etsi-bit-rd.o ${LIBEFR} ${CC} ${CFLAGS} -o $@ dec-parse.o etsi-bit-rd.o ${LIBEFR}