mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
0cb631680c
Mediastreamer 2.11.1, Linphone 3.8.1 - Switch to PolarSSL 1.3.x to enable instant messaging encryption - SRTP/ZRTP support has been moved from oRTP to Mediastreamer Notable enhancements in this release: - Fullscreen mode - Hang up button in the video window - Wizard for audio/video settings - Arabic translation - Support RTP/AVPF (RFC4585) with VP8 codec: this feature allows transmission error recovery for video, which greatly enhances the video quality over unreliable links
11 lines
383 B
PkgConfig
11 lines
383 B
PkgConfig
--- ortp.pc.in.orig 2015-01-30 09:36:41 UTC
|
|
+++ ortp.pc.in
|
|
@@ -6,5 +6,6 @@ includedir=@includedir@
|
|
Name: oRTP
|
|
Description: Implement the RFC3550 (RTP) with a easy to use API with high and low level access.
|
|
Version: @ORTP_PKGCONFIG_VERSION@
|
|
-Libs: -L@libdir@ -lortp @ORTPDEPS_LIBS@
|
|
+Libs: -L@libdir@ -lortp
|
|
+Libs.private: @ORTPDEPS_LIBS@
|
|
Cflags: -I@includedir@ @ORTPDEPS_CFLAGS@
|