FreeCalypso > hg > gsm-codec-lib
diff libgsmhr1/Makefile @ 615:5773e3907b86
libgsmhr1: integrate vad.c
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Thu, 05 Mar 2026 09:05:35 +0000 |
| parents | 7ce83c70ec5f |
| children | ff5857556c44 |
line wrap: on
line diff
--- a/libgsmhr1/Makefile Thu Mar 05 08:02:35 2026 +0000 +++ b/libgsmhr1/Makefile Thu Mar 05 09:05:35 2026 +0000 @@ -3,10 +3,10 @@ pack_frame.o paramval_cod.o paramval_common.o paramval_dec.o rtp_in.o \ rtp_in_direct.o rxfe.o rxfe_create.o sid_cw_params.o sid_detect.o \ sid_reset.o sp_dec.o sp_rom.o tfo.o twts002_in.o twts002_out.o \ - unpack_frame.o + unpack_frame.o vad.o HDRS= dec_func.h dec_state.h dtx_const.h dtx_dec.h dtx_enc.h dtx_rxfe.h \ enc_out_order.h enc_state.h err_conc.h mathdp31.h mathhalf.h \ - namespace.h rxfe.h sp_rom.h tw_gsmhr.h typedefs.h + namespace.h rxfe.h sp_rom.h tw_gsmhr.h typedefs.h vad.h LIB= libgsmhr1.a include ../config.defs
