diff libgsmfrp/Makefile @ 108:3b64f255689a

libgsmfrp: factor out PRNG into its own module, in preparation for using it as part of speech muting too
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 28 Nov 2022 04:00:18 +0000
parents 3db7af1249cb
children a48ddaa0f9a7
line wrap: on
line diff
--- a/libgsmfrp/Makefile	Sun Nov 27 21:02:07 2022 +0000
+++ b/libgsmfrp/Makefile	Mon Nov 28 04:00:18 2022 +0000
@@ -1,7 +1,7 @@
 CC=	gcc
 CFLAGS=	-O2
-OBJS=	bad_frame.o comfort_noise.o good_frame.o sidclass.o silence_frame.o \
-	state.o
+OBJS=	bad_frame.o comfort_noise.o good_frame.o prng.o sidclass.o \
+	silence_frame.o state.o
 LIB=	libgsmfrp.a
 
 INSTALL_PREFIX=	/usr/local