FreeCalypso > hg > themwi-rtp-lib
comparison src/Makefile @ 32:aa97e77e7de6
implement RTCP Tx
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 08 Jul 2024 07:17:38 +0000 |
parents | 284fcb5868e2 |
children | c0ce22777694 |
comparison
equal
deleted
inserted
replaced
31:284fcb5868e2 | 32:aa97e77e7de6 |
---|---|
1 OBJS= bind_fdpair.o endp_bind.o endp_create.o endp_register.o rtcp_rx.o \ | 1 OBJS= bind_fdpair.o endp_bind.o endp_create.o endp_register.o rtcp_rx.o \ |
2 rtp_rx.o rtp_tx.o set_remote.o set_sdes.o twjit.o twjit_in.o \ | 2 rtcp_tx.o rtp_rx.o rtp_tx.o set_remote.o set_sdes.o twjit.o twjit_in.o \ |
3 twjit_out.o twjit_vty.o | 3 twjit_out.o twjit_vty.o |
4 LIB= libtwrtp.a | 4 LIB= libtwrtp.a |
5 | 5 |
6 include ../config.defs | 6 include ../config.defs |
7 | 7 |