diff libgsmfrp/Makefile @ 6:b2255a5d0519

libgsmfrp: implement BFI handling
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 19 Nov 2022 21:18:53 +0000
parents 4812e00bc100
children 93ed41fb4038
line wrap: on
line diff
--- a/libgsmfrp/Makefile	Sat Nov 19 20:46:13 2022 +0000
+++ b/libgsmfrp/Makefile	Sat Nov 19 21:18:53 2022 +0000
@@ -1,6 +1,7 @@
 CC=	gcc
 CFLAGS=	-O2
-OBJS=	comfort_noise.o good_frame.o sidclass.o silence_frame.o state.o
+OBJS=	bad_frame.o comfort_noise.o good_frame.o sidclass.o silence_frame.o \
+	state.o
 LIB=	libgsmfrp.a
 
 all:	${LIB}