comparison libgsmhr1/Makefile @ 492:cc3a831712a4

libgsmhr1: implement arbitrary RTP input
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 15 Jun 2024 06:52:37 +0000
parents 45bf34451dd7
children dc7249923b3a
comparison
equal deleted inserted replaced
491:45bf34451dd7 492:cc3a831712a4
1 OBJS= pack_frame.o twts002_in.o unpack_frame.o 1 OBJS= pack_frame.o rtp_in.o twts002_in.o unpack_frame.o
2 HDRS= tw_gsmhr.h 2 HDRS= tw_gsmhr.h
3 LIB= libgsmhr1.a 3 LIB= libgsmhr1.a
4 4
5 include ../config.defs 5 include ../config.defs
6 6