summaryrefslogtreecommitdiff
path: root/pkgconfig/gstreamer-sctp.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'pkgconfig/gstreamer-sctp.pc.in')
-rw-r--r--pkgconfig/gstreamer-sctp.pc.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/pkgconfig/gstreamer-sctp.pc.in b/pkgconfig/gstreamer-sctp.pc.in
new file mode 100644
index 000000000..ac8589763
--- /dev/null
+++ b/pkgconfig/gstreamer-sctp.pc.in
@@ -0,0 +1,12 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@/gstreamer-@GST_API_VERSION@
+
+Name: GStreamer SCTP Library
+Description: SCTP helper functions
+Requires: gstreamer-@GST_API_VERSION@
+Version: @VERSION@
+Libs: -L${libdir} -lgstsctp-@GST_API_VERSION@
+Cflags: -I${includedir}
+