FreeCalypso > hg > gsm-codec-lib
diff libgsmefr/Makefile @ 62:c87ccddf3fd1
libgsmefr: d_homing.c compiles
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 26 Nov 2022 00:53:14 +0000 |
parents | a18782a7d270 |
children | 6a623cb57d07 |
line wrap: on
line diff
--- a/libgsmefr/Makefile Fri Nov 25 20:19:30 2022 +0000 +++ b/libgsmefr/Makefile Sat Nov 26 00:53:14 2022 +0000 @@ -1,7 +1,7 @@ CC= gcc CFLAGS= -O2 OBJS= agc.o autocorr.o az_lsp.o basicop2.o c1035pf.o cod_12k2.o convolve.o \ - d1035pf.o d_gains.o dec_create.o enc_create.o frame2params.o \ + d1035pf.o d_gains.o d_homing.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 memops.h namespace.h no_count.h \