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...
This commit is contained in:
Andy Wingo 2002-01-05 00:27:44 +00:00
parent bcd31aad8e
commit b7041d994b
2 changed files with 18 additions and 0 deletions

View file

@ -0,0 +1,7 @@
Name: GStreamer Uninstalled Media-Specific Libraries
Description: Streaming-media framework media-specific libraries, not installed
Version: @VERSION@
Requires: gstreamer = @VERSION@
Libs:
Cflags: -I${pcfiledir}/gst-libs

11
gstreamer-libs.pc.in Normal file
View file

@ -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}