FreeCalypso > hg > rtp-debug-utils
comparison pcap-study/Makefile @ 15:96b37cef5020
rtp-gsmfr-dump: convert from old libgsm to libgsmfr2
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 19 Sep 2024 01:59:14 +0000 |
parents | e686bc92c7d8 |
children | 1bc144545563 |
comparison
equal
deleted
inserted
replaced
14:e7f43262efa1 | 15:96b37cef5020 |
---|---|
10 | 10 |
11 rtp-g711-extr: rtp-g711-extr.c | 11 rtp-g711-extr: rtp-g711-extr.c |
12 ${CC} ${CFLAGS} -o $@ $@.c -lpcap | 12 ${CC} ${CFLAGS} -o $@ $@.c -lpcap |
13 | 13 |
14 rtp-gsmfr-dump: rtp-gsmfr-dump.c | 14 rtp-gsmfr-dump: rtp-gsmfr-dump.c |
15 ${CC} ${CFLAGS} -o $@ $@.c -lpcap -lgsmefr -lgsm | 15 ${CC} ${CFLAGS} -o $@ $@.c -lpcap -lgsmefr -lgsmfr2 |
16 | 16 |
17 rtp-gsmfr-extr: rtp-gsmfr-extr.c | 17 rtp-gsmfr-extr: rtp-gsmfr-extr.c |
18 ${CC} ${CFLAGS} -o $@ $@.c -lpcap | 18 ${CC} ${CFLAGS} -o $@ $@.c -lpcap |
19 | 19 |
20 rtp-jitter-view: rtp-jitter-view.c | 20 rtp-jitter-view: rtp-jitter-view.c |