From 1fdf8ac9b3739c4c406ff6d212dea0288b7ccf2b Mon Sep 17 00:00:00 2001 From: Sebastien Cote Date: Sun, 4 Dec 2005 22:43:43 +0000 Subject: [PATCH] pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag. Original commit message from CVS: 2005-12-04 Andy Wingo patch by: Sebastien Cote * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag. Fixes #319172. --- ChangeLog | 7 +++++++ pkgconfig/gstreamer-plugins-base.pc.in | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1679067..7d44747 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-12-04 Andy Wingo + + patch by: Sebastien Cote + + * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag. + Fixes #319172. + 2005-12-02 Tim-Philipp Müller * docs/plugins/Makefile.am: diff --git a/pkgconfig/gstreamer-plugins-base.pc.in b/pkgconfig/gstreamer-plugins-base.pc.in index 9b0a9e0..5d81ad2 100644 --- a/pkgconfig/gstreamer-plugins-base.pc.in +++ b/pkgconfig/gstreamer-plugins-base.pc.in @@ -7,7 +7,7 @@ Name: GStreamer Base Plugins Libraries Description: Streaming media framework, base plugins libraries Requires: gstreamer-@GST_MAJORMINOR@ Version: @VERSION@ -Libs: +Libs: -L${libdir} Cflags: -I${includedir} libraries=audio floatcast interfaces netbuffer riff rtp tag video -- 2.7.4