FreeCalypso > hg > gsm-codec-lib
diff libgsmhr1/Makefile @ 510:5bf71b091323
libgsmhr1: add direct conversion from RTP input to decoder params
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 25 Aug 2024 02:19:37 +0000 |
parents | 06578223a752 |
children | a5d61331b675 |
line wrap: on
line diff
--- a/libgsmhr1/Makefile Sat Aug 17 23:11:51 2024 +0000 +++ b/libgsmhr1/Makefile Sun Aug 25 02:19:37 2024 +0000 @@ -1,6 +1,6 @@ OBJS= dhf_params.o enc_out_order.o mathdp31.o mathhalf.o pack_frame.o \ - rtp_in.o sid_detect.o sid_reset.o sp_rom.o twts002_in.o twts002_out.o \ - unpack_frame.o + rtp_in.o rtp_in_direct.o sid_detect.o sid_reset.o sp_rom.o twts002_in.o\ + twts002_out.o unpack_frame.o HDRS= enc_out_order.h mathdp31.h mathhalf.h namespace.h sp_rom.h tw_gsmhr.h \ typedefs.h LIB= libgsmhr1.a