diff mtctest/Makefile @ 10:395c56969bc4

mtctest: implement guts of RTP play mechanism
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 09 Jun 2024 04:24:53 +0000
parents a902ccbf6bbc
children
line wrap: on
line diff
--- a/mtctest/Makefile	Sun Jun 09 03:37:44 2024 +0000
+++ b/mtctest/Makefile	Sun Jun 09 04:24:53 2024 +0000
@@ -1,7 +1,7 @@
 CPPFLAGS=-I${includedir}
 PROG=	themwi-test-mtc
-OBJS=	disconnect.o main.o rtp_sink.o setup.o sig_handler.o sock_conn.o \
-	user_cmd.o
+OBJS=	disconnect.o main.o rtp_play.o rtp_sink.o setup.o sig_handler.o \
+	sock_conn.o user_cmd.o
 LIBUTIL=../libutil/libutil.a
 
 include ../config.defs