summaryrefslogtreecommitdiffstats
path: root/pkgconfig/gstreamer-interfaces.pc.in
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2003-10-30 02:36:42 +0000
committerDavid Schleef <ds@schleef.org>2003-10-30 02:36:42 +0000
commit3e49bcfc01fcb2a46935f528fa2dccfeaf29803a (patch)
treec9446d636fbf953b291f254e932e948d2d2f783c /pkgconfig/gstreamer-interfaces.pc.in
parentc186da6a66001e3de61d53212c708fd2e6cab5d2 (diff)
downloadgst-plugins-bad-3e49bcfc01fcb2a46935f528fa2dccfeaf29803a.tar.gz
gst-plugins-bad-3e49bcfc01fcb2a46935f528fa2dccfeaf29803a.tar.bz2
gst-plugins-bad-3e49bcfc01fcb2a46935f528fa2dccfeaf29803a.zip
Fix makefiles for GstPropertyProbe. Combine all interfaces into a single libgst-interface.
Original commit message from CVS: Fix makefiles for GstPropertyProbe. Combine all interfaces into a single libgst-interface.
Diffstat (limited to 'pkgconfig/gstreamer-interfaces.pc.in')
-rw-r--r--pkgconfig/gstreamer-interfaces.pc.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/pkgconfig/gstreamer-interfaces.pc.in b/pkgconfig/gstreamer-interfaces.pc.in
new file mode 100644
index 00000000..3c81ffe7
--- /dev/null
+++ b/pkgconfig/gstreamer-interfaces.pc.in
@@ -0,0 +1,12 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@/gstreamer-@GST_MAJORMINOR@
+
+Name: GStreamer Interfaces Library
+Description: Streaming-media framework, interfaces library
+Requires: gstreamer-@GST_MAJORMINOR@
+Version: @VERSION@
+
+Libs: -L${libdir} -lgstplay-@GST_MAJORMINOR@
+Cflags: -I${includedir}