# HG changeset patch # User Mychaela Falconia # Date 1669440520 0 # Node ID e109d8752d604f87cdbe3b0d7b9046aed72068d5 # Parent aacdf352576cad5219ab52c526b5c0b6b04bd5d4 libgsmefr: enc_lag6.c compiles diff -r aacdf352576c -r e109d8752d60 libgsmefr/Makefile --- a/libgsmefr/Makefile Sat Nov 26 05:21:50 2022 +0000 +++ b/libgsmefr/Makefile Sat Nov 26 05:28:40 2022 +0000 @@ -2,8 +2,8 @@ CFLAGS= -O2 OBJS= agc.o autocorr.o az_lsp.o basicop2.o c1035pf.o cod_12k2.o convolve.o \ d1035pf.o d_gains.o d_homing.o d_plsf_5.o dec_12k2.o dec_create.o \ - dec_lag6.o dtx.o e_homing.o enc_create.o frame2params.o params2frame.o \ - sid_class.o sid_insert.o tls_flags.o + dec_lag6.o dtx.o e_homing.o enc_create.o enc_lag6.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 \ oper_32b.h sig_proc.h typedef.h vad.h diff -r aacdf352576c -r e109d8752d60 libgsmefr/enc_lag6.c --- a/libgsmefr/enc_lag6.c Sat Nov 26 05:21:50 2022 +0000 +++ b/libgsmefr/enc_lag6.c Sat Nov 26 05:28:40 2022 +0000 @@ -36,9 +36,12 @@ * *************************************************************************/ +#include "gsm_efr.h" #include "typedef.h" +#include "namespace.h" #include "basic_op.h" -#include "count.h" +#include "no_count.h" +#include "codec.h" Word16 Enc_lag6 ( /* output: Return index of encoding */ Word16 T0, /* input : Pitch delay */