mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-24 14:48:07 +00:00
git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@1 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
10 lines
338 B
PkgConfig
10 lines
338 B
PkgConfig
# This is a comment
|
|
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
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@
|
|
Cflags: -I@includedir@ @ORTPDEPS_CFLAGS@
|