== DESCR == Welcome to GNU ccRTP, the RTP protocol stack of GNU Common C++ and the GNU project. GNU ccRTP was created as a "generic" and high performance RTP stack and uses queued packet lists for both sending and receiving of realtime data. A single scheduler thread both schedules delivery of timestamped outgoing packets, and processes incoming packets into the receive queue. A seperate thread or process can then feed data into the stack for delivery and process pending requests without interfering with the stack service thread itself.
17 lines
481 B
Makefile
17 lines
481 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2005/12/16 10:14:26 poppnk Exp $
|
|
#
|
|
|
|
DISTNAME= ccrtp-1.3.5
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnutelephony/}
|
|
|
|
MAINTAINER= pancake@phreaker.net
|
|
HOMEPAGE= http://gnutelephony.sourceforge.net/
|
|
COMMENT= RTP and RTSP protocol implementation using GNU CommonCpp
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
PKGCONFIG_OVERRIDE+= ${WRKSRC}/libccrtp1.pc.in
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../wip/commoncpp2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|