# HG changeset patch # User Mychaela Falconia # Date 1669485106 0 # Node ID de9dc80c131200cc25161bcde31b65aedeaf8665 # Parent 9ad6bf2f1ee13282460fa95dc1748ca536efb304 libgsmefr: residu.c compiles diff -r 9ad6bf2f1ee1 -r de9dc80c1312 libgsmefr/Makefile --- a/libgsmefr/Makefile Sat Nov 26 17:50:00 2022 +0000 +++ b/libgsmefr/Makefile Sat Nov 26 17:51:46 2022 +0000 @@ -6,7 +6,7 @@ g_code.o g_pitch.o int_lpc.o inter_6.o inv_sqrt.o lag_wind.o levinson.o\ log2.o lsp_az.o lsp_lsf.o oper_32b.o params2frame.o pitch_f6.o \ pitch_ol.o pow2.o pre_proc.o pred_lt6.o preemph.o pstfilt2.o q_gains.o \ - q_plsf_5.o reorder.o sid_class.o sid_insert.o tls_flags.o + q_plsf_5.o reorder.o residu.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 9ad6bf2f1ee1 -r de9dc80c1312 libgsmefr/residu.c --- a/libgsmefr/residu.c Sat Nov 26 17:50:00 2022 +0000 +++ b/libgsmefr/residu.c Sat Nov 26 17:51:46 2022 +0000 @@ -10,9 +10,12 @@ * *************************************************************************/ +#include "gsm_efr.h" #include "typedef.h" +#include "namespace.h" #include "basic_op.h" -#include "count.h" +#include "no_count.h" +#include "sig_proc.h" /* m = LPC order == 10 */ #define m 10