FreeCalypso > hg > rtp-debug-utils
diff 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 |
line wrap: on
line diff
--- a/pcap-study/Makefile Sun Jul 28 01:53:41 2024 +0000 +++ b/pcap-study/Makefile Thu Sep 19 01:59:14 2024 +0000 @@ -12,7 +12,7 @@ ${CC} ${CFLAGS} -o $@ $@.c -lpcap rtp-gsmfr-dump: rtp-gsmfr-dump.c - ${CC} ${CFLAGS} -o $@ $@.c -lpcap -lgsmefr -lgsm + ${CC} ${CFLAGS} -o $@ $@.c -lpcap -lgsmefr -lgsmfr2 rtp-gsmfr-extr: rtp-gsmfr-extr.c ${CC} ${CFLAGS} -o $@ $@.c -lpcap