summaryrefslogtreecommitdiffstats
path: root/pkgconfig/gstreamer-play.pc.in
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2003-01-28 20:22:19 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2003-01-28 20:22:19 +0000
commit7786c9d322bc4790281ef7229f835cac8d7be3b7 (patch)
treef9da2f70c88f1b494e9596168d8c93b09bd5fe19 /pkgconfig/gstreamer-play.pc.in
parent7301a369eb4a57aa6ea9b8b96eb83b9d7a4d2a52 (diff)
downloadgst-plugins-bad-7786c9d322bc4790281ef7229f835cac8d7be3b7.tar.gz
gst-plugins-bad-7786c9d322bc4790281ef7229f835cac8d7be3b7.tar.bz2
gst-plugins-bad-7786c9d322bc4790281ef7229f835cac8d7be3b7.zip
pkg-config stuff
Original commit message from CVS: pkg-config stuff
Diffstat (limited to 'pkgconfig/gstreamer-play.pc.in')
-rw-r--r--pkgconfig/gstreamer-play.pc.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/pkgconfig/gstreamer-play.pc.in b/pkgconfig/gstreamer-play.pc.in
new file mode 100644
index 00000000..99dc6e7d
--- /dev/null
+++ b/pkgconfig/gstreamer-play.pc.in
@@ -0,0 +1,12 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@/gstreamer-@GST_MAJORMINOR@
+
+Name: GStreamer Play Library
+Description: Streaming-media framework, play libraries
+Requires: gstreamer-@GST_MAJORMINOR@
+Version: @VERSION@
+
+Libs: -L${libdir} -lgstplay-@GST_MAJORMINOR@ -lgstcontrol-@GST_MAJORMINOR@
+Cflags: -I${includedir}