summaryrefslogtreecommitdiff
path: root/pkgconfig/gstreamer-sdp.pc.in
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-01-14 13:11:05 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-01-14 13:11:05 +0000
commit3809775d3119068145c913d48b3ebaa9932986d3 (patch)
treedbe0a7f4c0f3d324f86522d7a7bdecce06f65da2 /pkgconfig/gstreamer-sdp.pc.in
parent5aad3658f8ec4c4ea5e23f5d68d68642bf0c476b (diff)
downloadgstreamer-plugins-base-3809775d3119068145c913d48b3ebaa9932986d3.tar.gz
Provide one pkg-config file for every gst-plugins-base library.
Original commit message from CVS: * configure.ac: * pkgconfig/Makefile.am: * pkgconfig/gstreamer-audio-uninstalled.pc.in: * pkgconfig/gstreamer-audio.pc.in: * pkgconfig/gstreamer-cdda-uninstalled.pc.in: * pkgconfig/gstreamer-cdda.pc.in: * pkgconfig/gstreamer-fft-uninstalled.pc.in: * pkgconfig/gstreamer-fft.pc.in: * pkgconfig/gstreamer-floatcast-uninstalled.pc.in: * pkgconfig/gstreamer-floatcast.pc.in: * pkgconfig/gstreamer-interfaces-uninstalled.pc.in: * pkgconfig/gstreamer-interfaces.pc.in: * pkgconfig/gstreamer-netbuffer-uninstalled.pc.in: * pkgconfig/gstreamer-netbuffer.pc.in: * pkgconfig/gstreamer-pbutils-uninstalled.pc.in: * pkgconfig/gstreamer-pbutils.pc.in: * pkgconfig/gstreamer-riff-uninstalled.pc.in: * pkgconfig/gstreamer-riff.pc.in: * pkgconfig/gstreamer-rtp-uninstalled.pc.in: * pkgconfig/gstreamer-rtp.pc.in: * pkgconfig/gstreamer-rtsp-uninstalled.pc.in: * pkgconfig/gstreamer-rtsp.pc.in: * pkgconfig/gstreamer-sdp-uninstalled.pc.in: * pkgconfig/gstreamer-sdp.pc.in: * pkgconfig/gstreamer-tag-uninstalled.pc.in: * pkgconfig/gstreamer-tag.pc.in: * pkgconfig/gstreamer-video-uninstalled.pc.in: * pkgconfig/gstreamer-video.pc.in: Provide one pkg-config file for every gst-plugins-base library. This makes linking to those libraries much more intuitive and provides standard pkg-config behaviour for them. Fixes bug #499697.
Diffstat (limited to 'pkgconfig/gstreamer-sdp.pc.in')
-rw-r--r--pkgconfig/gstreamer-sdp.pc.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/pkgconfig/gstreamer-sdp.pc.in b/pkgconfig/gstreamer-sdp.pc.in
new file mode 100644
index 000000000..bf9c56acc
--- /dev/null
+++ b/pkgconfig/gstreamer-sdp.pc.in
@@ -0,0 +1,12 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@/gstreamer-@GST_MAJORMINOR@
+
+Name: GStreamer SDP Library
+Description: SDP helper functions
+Requires: glib-2.0
+Version: @VERSION@
+Libs: -L${libdir} -lgstsdp-@GST_MAJORMINOR@
+Cflags: -I${includedir}
+