diff libgsmfrp/Makefile @ 4:286d5f097eb4

libgsmfrp: implement comfort noise generation
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 19 Nov 2022 20:16:09 +0000
parents 3cd5ad24b1d4
children 4812e00bc100
line wrap: on
line diff
--- a/libgsmfrp/Makefile	Sat Nov 19 09:03:57 2022 +0000
+++ b/libgsmfrp/Makefile	Sat Nov 19 20:16:09 2022 +0000
@@ -1,6 +1,6 @@
 CC=	gcc
 CFLAGS=	-O2
-OBJS=	sidclass.o silence_frame.o state.o
+OBJS=	comfort_noise.o sidclass.o silence_frame.o state.o
 LIB=	libgsmfrp.a
 
 all:	${LIB}