FreeCalypso > hg > sipout-test-utils
comparison test-voice/Makefile @ 16:4f81b959a5f5
sipout-test-voice: implement PCMU GSM uplink catcher
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 13 May 2024 22:10:25 -0800 |
parents | 35c0d9f03c0a |
children | f7321b25195e |
comparison
equal
deleted
inserted
replaced
15:71f01a834820 | 16:4f81b959a5f5 |
---|---|
1 CC= gcc | 1 CC= gcc |
2 CFLAGS= -O2 | 2 CFLAGS= -O2 |
3 PROG= sipout-test-voice | 3 PROG= sipout-test-voice |
4 OBJS= bye_in.o disc_cmd.o main.o readconf.o reinvite.o rtp_rx.o rtp_tx.o \ | 4 OBJS= bye_in.o disc_cmd.o main.o pcmu_catcher.o readconf.o reinvite.o \ |
5 sdp_in.o sip_log.o sip_udp.o uac.o uas.o user_cmd.o | 5 rtp_rx.o rtp_tx.o sdp_in.o sip_log.o sip_udp.o uac.o uas.o user_cmd.o |
6 LIBS= ../libsip/libsip.a ../librtpalloc/librtpalloc.a ../libutil/libutil.a | 6 LIBS= ../libsip/libsip.a ../librtpalloc/librtpalloc.a ../libutil/libutil.a |
7 INSTBIN=/opt/themwi/bin | 7 INSTBIN=/opt/themwi/bin |
8 | 8 |
9 all: ${PROG} | 9 all: ${PROG} |
10 | 10 |