FreeCalypso > hg > gsm-codec-lib
changeset 504:024615de06fe
libgsmhr1: compile mathdp31.c
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 19 Jun 2024 01:19:41 +0000 |
parents | 3654df24451f |
children | 17c0aabae474 |
files | libgsmhr1/Makefile libgsmhr1/mathdp31.c libgsmhr1/namespace.list |
diffstat | 3 files changed, 7 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/libgsmhr1/Makefile Wed Jun 19 01:16:47 2024 +0000 +++ b/libgsmhr1/Makefile Wed Jun 19 01:19:41 2024 +0000 @@ -1,6 +1,6 @@ -OBJS= dhf_params.o mathhalf.o pack_frame.o rtp_in.o sid_detect.o sid_reset.o \ - twts002_in.o twts002_out.o unpack_frame.o -HDRS= mathhalf.h namespace.h tw_gsmhr.h typedefs.h +OBJS= dhf_params.o mathdp31.o mathhalf.o pack_frame.o rtp_in.o sid_detect.o \ + sid_reset.o twts002_in.o twts002_out.o unpack_frame.o +HDRS= mathdp31.h mathhalf.h namespace.h tw_gsmhr.h typedefs.h LIB= libgsmhr1.a include ../config.defs
--- a/libgsmhr1/mathdp31.c Wed Jun 19 01:16:47 2024 +0000 +++ b/libgsmhr1/mathdp31.c Wed Jun 19 01:19:41 2024 +0000 @@ -19,8 +19,10 @@ |_________________________________________________________________________| */ +#include "typedefs.h" +#include "namespace.h" #include "mathhalf.h" -#include "typedefs.h" +#include "mathdp31.h" /**************************************************************************** *