FreeCalypso > hg > rtp-debug-utils
diff Makefile @ 8:d180987db615
new program rtp-stream-gen
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 07 Mar 2024 22:39:41 +0000 |
parents | 709aa9ad72d1 |
children | c00510e1ae8b |
line wrap: on
line diff
--- a/Makefile Sat Jul 08 20:47:29 2023 +0000 +++ b/Makefile Thu Mar 07 22:39:41 2024 +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-stream-dump rtp-tfo-trace + rtp-jitter-view rtp-stream-dump rtp-stream-gen rtp-tfo-trace INSTBIN=/opt/freecalypso/bin all: ${PROGS} @@ -24,6 +24,9 @@ rtp-stream-dump: rtp-stream-dump.c ${CC} ${CFLAGS} -o $@ $@.c -lpcap +rtp-stream-gen: rtp-stream-gen.c + ${CC} ${CFLAGS} -o $@ $@.c + rtp-tfo-trace: rtp-tfo-trace.c ${CC} ${CFLAGS} -o $@ $@.c -lpcap