FreeCalypso > hg > gsm-codec-lib
diff libgsmfrp/Makefile @ 5:4812e00bc100
libgsmfrp: implement handling of good frames
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 19 Nov 2022 20:46:13 +0000 |
parents | 286d5f097eb4 |
children | b2255a5d0519 |
line wrap: on
line diff
--- a/libgsmfrp/Makefile Sat Nov 19 20:16:09 2022 +0000 +++ b/libgsmfrp/Makefile Sat Nov 19 20:46:13 2022 +0000 @@ -1,6 +1,6 @@ CC= gcc CFLAGS= -O2 -OBJS= comfort_noise.o sidclass.o silence_frame.o state.o +OBJS= comfort_noise.o good_frame.o sidclass.o silence_frame.o state.o LIB= libgsmfrp.a all: ${LIB}