FreeCalypso > hg > gsm-codec-lib
diff libgsmfrp/Makefile @ 248:6ac547f0b903
libgsmfrp: yet another invalid SID logic change, for 1.0.2
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 12 May 2023 03:48:19 +0000 |
parents | a48ddaa0f9a7 |
children |
line wrap: on
line diff
--- a/libgsmfrp/Makefile Fri May 12 02:04:42 2023 +0000 +++ b/libgsmfrp/Makefile Fri May 12 03:48:19 2023 +0000 @@ -1,7 +1,7 @@ CC= gcc CFLAGS= -O2 OBJS= bad_frame.o comfort_noise.o good_frame.o prng.o sidclass.o \ - silence_frame.o state.o + silence_frame.o state.o xmaxc_mean.o HDRS= gsm_fr_preproc.h internal.h LIB= libgsmfrp.a