summaryrefslogtreecommitdiff
path: root/pkgconfig/gstreamer-play.pc.in
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2003-04-07 21:34:30 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2003-04-07 21:34:30 +0000
commit13cf1785d813f23c5cfae18a98568058ed94dfa7 (patch)
tree3df886e601eda5ee680356516fac565713c96723 /pkgconfig/gstreamer-play.pc.in
parentf2f86939c3dd8382217ba14f7342a9a15da11ef6 (diff)
downloadgstreamer-plugins-bad-13cf1785d813f23c5cfae18a98568058ed94dfa7.tar.gz
Port some changes from 0.6.0/0.6.1 back to HEAD (.pc files moved to pkg-config/, .m4 file moved from plugins to core)
Original commit message from CVS: Port some changes from 0.6.0/0.6.1 back to HEAD (.pc files moved to pkg-config/, .m4 file moved from plugins to core)
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 000000000..99dc6e7d1
--- /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}