diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-03-15 22:27:32 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-03-15 22:27:32 +0000 |
commit | bdc6434aa1906c6bc128eeb701240f38e28e5744 (patch) | |
tree | 017401440b5ae602cba13eef6a341072a73b65a7 /pkgconfig/gstreamer-plugins-uninstalled.pc.in | |
parent | 4fe61f2848902d93046907d369a0281ef2adbdc9 (diff) | |
download | gst-plugins-bad-bdc6434aa1906c6bc128eeb701240f38e28e5744.tar.gz gst-plugins-bad-bdc6434aa1906c6bc128eeb701240f38e28e5744.tar.bz2 gst-plugins-bad-bdc6434aa1906c6bc128eeb701240f38e28e5744.zip |
adding gstreamer-plugins.pc fixes #126999
Original commit message from CVS:
adding gstreamer-plugins.pc
fixes #126999
Diffstat (limited to 'pkgconfig/gstreamer-plugins-uninstalled.pc.in')
-rw-r--r-- | pkgconfig/gstreamer-plugins-uninstalled.pc.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/pkgconfig/gstreamer-plugins-uninstalled.pc.in b/pkgconfig/gstreamer-plugins-uninstalled.pc.in new file mode 100644 index 00000000..be53bf41 --- /dev/null +++ b/pkgconfig/gstreamer-plugins-uninstalled.pc.in @@ -0,0 +1,12 @@ +prefix= +exec_prefix= +libdir=${pcfiledir}/../gst-libs/gst +includedir=${pcfiledir}/../gst-libs + +Name: GStreamer Uninstalled Plugin Libraries +Description: Streaming-media framework plugin libraries, not installed +Version: @VERSION@ +Requires: gstreamer-@GST_MAJORMINOR@ + +Libs: -L${libdir}/audio -L${libdir}/video +Cflags: -I${includedir} |