File: ortp.pc.in

package info (click to toggle)
ortp 1%3A5.3.105-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,772 kB
  • sloc: ansic: 15,168; cpp: 2,482; makefile: 215; sh: 45
file content (10 lines) | stat: -rw-r--r-- 329 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
# 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@CMAKE_INSTALL_FULL_LIBDIR@ -lortp @ORTPDEPS_LIBS@
Cflags: -I@includedir@ @ORTPDEPS_CFLAGS@