FreeCalypso > hg > themwi-interim
comparison 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 |
comparison
equal
deleted
inserted
replaced
9:0ec938ed530b | 10:395c56969bc4 |
---|---|
1 CPPFLAGS=-I${includedir} | 1 CPPFLAGS=-I${includedir} |
2 PROG= themwi-test-mtc | 2 PROG= themwi-test-mtc |
3 OBJS= disconnect.o main.o rtp_sink.o setup.o sig_handler.o sock_conn.o \ | 3 OBJS= disconnect.o main.o rtp_play.o rtp_sink.o setup.o sig_handler.o \ |
4 user_cmd.o | 4 sock_conn.o user_cmd.o |
5 LIBUTIL=../libutil/libutil.a | 5 LIBUTIL=../libutil/libutil.a |
6 | 6 |
7 include ../config.defs | 7 include ../config.defs |
8 | 8 |
9 all: ${PROG} | 9 all: ${PROG} |