summaryrefslogtreecommitdiff
path: root/third_party/srtp/libsrtp.pc.in
blob: 957c9dd13937ff66082fc244d67d109c43b91289 (plain)
1
2
3
4
5
6
7
8
9
10
11
prefix=@prefix@
exec_prefix=@prefix@
libdir=@libdir@
includedir=@includedir@

Name: @PACKAGE_NAME@
Version: @PACKAGE_VERSION@
Description: Library for SRTP (Secure Realtime Transport Protocol)

Libs: -L${libdir} -lsrtp @LIBS@
Cflags: -I${includedir}