FreeCalypso > hg > themwi-rtp-lib
view src/Makefile @ 39:1485211d4492
twjit: don't clear stats in twrtp_jibuf_reset()
This function needs to reset all operating state of twjit to initial,
but we should not clear any of our stats counters: those counters
are across the lifetime of the RTP endpoint, including stops and
restarts for call hold etc.
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 20 Dec 2024 09:01:24 +0000 |
parents | 84affc6de365 |
children |
line wrap: on
line source
OBJS= bind_fdpair.o endp_bind.o endp_create.o endp_register.o rtcp_rx.o \ rtcp_tx.o rtp_rx.o rtp_tx.o set_dscp_prio.o set_remote.o set_sdes.o \ twjit.o twjit_in.o twjit_out.o twjit_vty.o LIB= libtwrtp.a include ../config.defs CPPFLAGS=-I../build-inc ${OSMO_INCLUDE} HDRS= ../include/endp.h ../include/twjit.h endp_internal.h all: ${LIB} ${OBJS}: ${HDRS} ${LIB}: ${OBJS} ar rcu $@ ${OBJS} ranlib $@ install: mkdir -p ${DESTDIR}${libdir} install -c -m 644 ${LIB} ${DESTDIR}${libdir} clean: rm -f *.[oa] errs