FreeCalypso > hg > gsm-codec-lib
diff libgsmefr/Makefile @ 48:af4b075d0313
libgsmefr: encoder state structure finished in first pass
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 25 Nov 2022 05:16:38 +0000 |
parents | b9ade9d64e0e |
children | 722959d9410f |
line wrap: on
line diff
--- a/libgsmefr/Makefile Fri Nov 25 04:01:13 2022 +0000 +++ b/libgsmefr/Makefile Fri Nov 25 05:16:38 2022 +0000 @@ -2,8 +2,9 @@ CFLAGS= -O2 OBJS= basicop2.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 dtx.h e_homing.h gains_tb.h \ - gsm_efr.h namespace.h no_count.h oper_32b.h sig_proc.h typedef.h vad.h +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 LIB= libgsmefr.a INSTALL_PREFIX= /usr/local