bb28c7befb
GNU ccRTP is an implementation of RTP, the real-time transport protocol from the IETF (see RFC 3550, RFC 3551 and RFC 3555). ccRTP is a C++ library based on GNU Common C++ which provides a high performance, flexible and extensible standards-compliant RTP stack with full RTCP support. The design and implementation of ccRTP make it suitable for high capacity servers and gateways as well as personal client applications. from brad@ ok ajacoutot@
13 lines
544 B
Plaintext
13 lines
544 B
Plaintext
$OpenBSD: patch-src_Makefile_in,v 1.1.1.1 2007/12/08 05:23:20 jakemsr Exp $
|
|
--- src/Makefile.in.orig Sun Dec 31 08:24:19 2006
|
|
+++ src/Makefile.in Sat Jul 21 22:40:18 2007
|
|
@@ -254,7 +254,7 @@ libccrtp1_la_SOURCES = rtppkt.cpp rtcppkt.cpp source.c
|
|
outqueue.cpp queue.cpp control.cpp members.cpp socket.cpp duplex.cpp pool.cpp \
|
|
CryptoContext.cxx $(srtp_src_g) $(srtp_src_o)
|
|
|
|
-libccrtp1_la_LDFLAGS = $(RELEASE)
|
|
+libccrtp1_la_LDFLAGS = $(LT_VERSION) @GNULIBS@
|
|
noinst_HEADERS = private.h
|
|
all: config.h
|
|
$(MAKE) $(AM_MAKEFLAGS) all-recursive
|