diff Makefile @ 6:709aa9ad72d1

new program rtp-stream-dump
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 08 Jul 2023 20:30:33 +0000
parents 50aa973a91ef
children d180987db615
line wrap: on
line diff
--- a/Makefile	Fri May 12 06:46:46 2023 +0000
+++ b/Makefile	Sat Jul 08 20:30:33 2023 +0000
@@ -1,7 +1,7 @@
 CC=	gcc
 CFLAGS=	-O2
 PROGS=	rtp-cont-check rtp-g711-extr rtp-gsmfr-dump rtp-gsmfr-extr \
-	rtp-jitter-view rtp-tfo-trace
+	rtp-jitter-view rtp-stream-dump rtp-tfo-trace
 INSTBIN=/opt/freecalypso/bin
 
 all:	${PROGS}
@@ -21,6 +21,9 @@
 rtp-jitter-view:	rtp-jitter-view.c
 	${CC} ${CFLAGS} -o $@ $@.c -lpcap
 
+rtp-stream-dump:	rtp-stream-dump.c
+	${CC} ${CFLAGS} -o $@ $@.c -lpcap
+
 rtp-tfo-trace:	rtp-tfo-trace.c
 	${CC} ${CFLAGS} -o $@ $@.c -lpcap