summaryrefslogtreecommitdiffstats
path: root/gstreamer-libs.pc.in
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2002-01-05 00:27:44 +0000
committerAndy Wingo <wingo@pobox.com>2002-01-05 00:27:44 +0000
commitb7041d994bfee299eaa29eb25af076f279b756bd (patch)
tree6c55e2145ae6167b850f150577aef57e7947940d /gstreamer-libs.pc.in
parentbcd31aad8ec30a57ffb085f901654d8e8d5f0115 (diff)
pkg-config files for libs in the plugin directory -- only necessary if building against uninstalled gstreamer i think...
Original commit message from CVS: pkg-config files for libs in the plugin directory -- only necessary if building against uninstalled gstreamer i think...
Diffstat (limited to 'gstreamer-libs.pc.in')
-rw-r--r--gstreamer-libs.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/gstreamer-libs.pc.in b/gstreamer-libs.pc.in
new file mode 100644
index 00000000..b8e5db22
--- /dev/null
+++ b/gstreamer-libs.pc.in
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: GStreamer Media-Specific Libraries
+Description: Streaming-media framework, media-specific libraries
+Requires: gstreamer = @VERSION@
+Version: @VERSION@
+Libs:
+Cflags: -I${includedir}