FreeCalypso > hg > gsm-codec-lib
diff libgsmefr/Makefile @ 54:7b11cbe99a0e
libgsmefr: agc.c compiles
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 25 Nov 2022 16:35:07 +0000 |
parents | 722959d9410f |
children | 92dc7f0082a3 |
line wrap: on
line diff
--- a/libgsmefr/Makefile Fri Nov 25 16:18:21 2022 +0000 +++ b/libgsmefr/Makefile Fri Nov 25 16:35:07 2022 +0000 @@ -1,7 +1,7 @@ CC= gcc CFLAGS= -O2 -OBJS= basicop2.o dec_create.o enc_create.o frame2params.o params2frame.o \ - sid_class.o sid_insert.o tls_flags.o +OBJS= agc.o basicop2.o dec_create.o enc_create.o frame2params.o \ + params2frame.o sid_class.o sid_insert.o tls_flags.o HDRS= basic_op.h cnst.h codec.h d_homing.h dec_state.h dtx.h e_homing.h \ enc_state.h gains_tb.h gsm_efr.h namespace.h no_count.h oper_32b.h \ sig_proc.h typedef.h vad.h