FreeCalypso > hg > gsm-codec-lib
comparison 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 |
comparison
equal
deleted
inserted
replaced
509:b7ddcb178ef6 | 510:5bf71b091323 |
---|---|
1 OBJS= dhf_params.o enc_out_order.o mathdp31.o mathhalf.o pack_frame.o \ | 1 OBJS= dhf_params.o enc_out_order.o mathdp31.o mathhalf.o pack_frame.o \ |
2 rtp_in.o sid_detect.o sid_reset.o sp_rom.o twts002_in.o twts002_out.o \ | 2 rtp_in.o rtp_in_direct.o sid_detect.o sid_reset.o sp_rom.o twts002_in.o\ |
3 unpack_frame.o | 3 twts002_out.o unpack_frame.o |
4 HDRS= enc_out_order.h mathdp31.h mathhalf.h namespace.h sp_rom.h tw_gsmhr.h \ | 4 HDRS= enc_out_order.h mathdp31.h mathhalf.h namespace.h sp_rom.h tw_gsmhr.h \ |
5 typedefs.h | 5 typedefs.h |
6 LIB= libgsmhr1.a | 6 LIB= libgsmhr1.a |
7 | 7 |
8 include ../config.defs | 8 include ../config.defs |