FreeCalypso > hg > rtp-debug-utils
diff Makefile @ 3:50aa973a91ef
new program rtp-gsmfr-dump
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 16 Apr 2023 06:43:18 +0000 |
parents | 41eba040785a |
children | 709aa9ad72d1 |
line wrap: on
line diff
--- a/Makefile Sun Apr 16 04:18:14 2023 +0000 +++ b/Makefile Sun Apr 16 06:43:18 2023 +0000 @@ -1,7 +1,7 @@ CC= gcc CFLAGS= -O2 -PROGS= rtp-cont-check rtp-g711-extr rtp-gsmfr-extr rtp-jitter-view \ - rtp-tfo-trace +PROGS= rtp-cont-check rtp-g711-extr rtp-gsmfr-dump rtp-gsmfr-extr \ + rtp-jitter-view rtp-tfo-trace INSTBIN=/opt/freecalypso/bin all: ${PROGS} @@ -12,6 +12,9 @@ rtp-g711-extr: rtp-g711-extr.c ${CC} ${CFLAGS} -o $@ $@.c -lpcap +rtp-gsmfr-dump: rtp-gsmfr-dump.c + ${CC} ${CFLAGS} -o $@ $@.c -lpcap -lgsmefr -lgsm + rtp-gsmfr-extr: rtp-gsmfr-extr.c ${CC} ${CFLAGS} -o $@ $@.c -lpcap