FreeCalypso > hg > gsm-codec-lib
diff pcap/Makefile @ 175:9bd01faadaed
rtp-g711-extr program written
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 27 Dec 2022 01:17:51 +0000 |
parents | 693a0958a303 |
children |
line wrap: on
line diff
--- a/pcap/Makefile Tue Dec 27 00:02:28 2022 +0000 +++ b/pcap/Makefile Tue Dec 27 01:17:51 2022 +0000 @@ -1,6 +1,6 @@ CC= gcc CFLAGS= -O2 -PROGS= rtp-cont-check rtp-gsmfr-extr rtp-jitter-view +PROGS= rtp-cont-check rtp-g711-extr rtp-gsmfr-extr rtp-jitter-view INSTBIN=/opt/freecalypso/bin all: ${PROGS} @@ -8,6 +8,9 @@ rtp-cont-check: rtp-cont-check.c ${CC} ${CFLAGS} -o $@ $@.c -lpcap +rtp-g711-extr: rtp-g711-extr.c + ${CC} ${CFLAGS} -o $@ $@.c -lpcap + rtp-gsmfr-extr: rtp-gsmfr-extr.c ${CC} ${CFLAGS} -o $@ $@.c -lpcap