summaryrefslogtreecommitdiff
path: root/pkgconfig
diff options
context:
space:
mode:
authorGeorge Kiagiadakis <george.kiagiadakis@collabora.com>2015-02-04 17:12:48 +0100
committerMatthew Waters <matthew@centricular.com>2018-09-21 19:36:52 +1000
commite2f06326eac7c3c7fa9c0d5baf4bf9673fc93376 (patch)
treea251495f65b6ca099b271c607a879e015d445d71 /pkgconfig
parent45fe050286d2228810a0dc1e19caad3e32f17765 (diff)
downloadgstreamer-plugins-bad-e2f06326eac7c3c7fa9c0d5baf4bf9673fc93376.tar.gz
Add new SCTP plugins (sctpenc/sctpdec)
https://bugzilla.gnome.org/show_bug.cgi?id=744863
Diffstat (limited to 'pkgconfig')
-rw-r--r--pkgconfig/Makefile.am8
-rw-r--r--pkgconfig/gstreamer-sctp-uninstalled.pc.in12
-rw-r--r--pkgconfig/gstreamer-sctp.pc.in12
3 files changed, 31 insertions, 1 deletions
diff --git a/pkgconfig/Makefile.am b/pkgconfig/Makefile.am
index 6206aae3b..4bea82dcd 100644
--- a/pkgconfig/Makefile.am
+++ b/pkgconfig/Makefile.am
@@ -20,6 +20,11 @@ pcverfiles_uninstalled = \
gstreamer-bad-audio-@GST_API_VERSION@-uninstalled.pc \
gstreamer-bad-video-@GST_API_VERSION@-uninstalled.pc
+if USE_SCTP
+pcverfiles += gstreamer-sctp-@GST_API_VERSION@.pc
+pcverfiles_uninstalled += gstreamer-sctp-@GST_API_VERSION@-uninstalled.pc
+endif
+
all-local: $(pcverfiles) $(pcverfiles_uninstalled)
cp_verbose = $(cp_verbose_$(V))
@@ -57,7 +62,8 @@ pcinfiles = \
gstreamer-player.pc.in gstreamer-player-uninstalled.pc.in \
gstreamer-webrtc.pc.in gstreamer-webrtc-uninstalled.pc.in \
gstreamer-bad-audio.pc.in gstreamer-bad-audio-uninstalled.pc.in \
- gstreamer-bad-video.pc.in gstreamer-bad-video-uninstalled.pc.in
+ gstreamer-bad-video.pc.in gstreamer-bad-video-uninstalled.pc.in \
+ gstreamer-sctp.pc.in gstreamer-sctp-uninstalled.pc.in
DISTCLEANFILES = $(pcinfiles:.in=)
EXTRA_DIST = $(pcinfiles)
diff --git a/pkgconfig/gstreamer-sctp-uninstalled.pc.in b/pkgconfig/gstreamer-sctp-uninstalled.pc.in
new file mode 100644
index 000000000..417623ae7
--- /dev/null
+++ b/pkgconfig/gstreamer-sctp-uninstalled.pc.in
@@ -0,0 +1,12 @@
+prefix=
+exec_prefix=
+libdir=${pcfiledir}/../gst-libs/gst/sctp
+includedir=${pcfiledir}/../gst-libs
+
+Name: GStreamer SCTP Library
+Description: SCTP helper functions, uninstalled
+Requires: gstreamer-@GST_API_VERSION@
+Version: @VERSION@
+Libs: -L${libdir} ${libdir}/libgstsctp-@GST_API_VERSION@.la
+Cflags: -I${includedir}
+
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}
+