summaryrefslogtreecommitdiff
path: root/third_party/srtp/libsrtp.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/srtp/libsrtp.pc.in')
-rw-r--r--third_party/srtp/libsrtp.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/third_party/srtp/libsrtp.pc.in b/third_party/srtp/libsrtp.pc.in
new file mode 100644
index 00000000..957c9dd1
--- /dev/null
+++ b/third_party/srtp/libsrtp.pc.in
@@ -0,0 +1,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}