From 2e0bac37949ad300fad098cbc944d1e909797800 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Tue, 12 Aug 2008 18:48:42 +0000 Subject: [PATCH] pkgconfig/: Remove -lgstcontrol-0.10 which never worked anyway as the lib is called gstcontroller-0.10. Original commit message from CVS: * pkgconfig/gstreamer-uninstalled.pc.in: * pkgconfig/gstreamer.pc.in: Remove -lgstcontrol-0.10 which never worked anyway as the lib is called gstcontroller-0.10. --- ChangeLog | 7 +++++++ pkgconfig/gstreamer-uninstalled.pc.in | 2 -- pkgconfig/gstreamer.pc.in | 1 - 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index f8f32c1c84..acf693cd40 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-08-12 Stefan Kost + + * pkgconfig/gstreamer-uninstalled.pc.in: + * pkgconfig/gstreamer.pc.in: + Remove -lgstcontrol-0.10 which never worked anyway as the lib is + called gstcontroller-0.10. + 2008-08-12 Stefan Kost * gst/gstchildproxy.h: diff --git a/pkgconfig/gstreamer-uninstalled.pc.in b/pkgconfig/gstreamer-uninstalled.pc.in index 659872d254..3ba17828c5 100644 --- a/pkgconfig/gstreamer-uninstalled.pc.in +++ b/pkgconfig/gstreamer-uninstalled.pc.in @@ -6,8 +6,6 @@ includedir=${pcfiledir}/.. toolsdir=${pcfiledir}/../tools pluginsdir=${pcfiledir}/.. -gstcontrol_libs=-lgstcontrol-@GST_MAJORMINOR@ - Name: GStreamer Uninstalled Description: Streaming media framework, Not Installed Version: @VERSION@ diff --git a/pkgconfig/gstreamer.pc.in b/pkgconfig/gstreamer.pc.in index b087a22ec4..32fd81182d 100644 --- a/pkgconfig/gstreamer.pc.in +++ b/pkgconfig/gstreamer.pc.in @@ -4,7 +4,6 @@ libdir=@libdir@ includedir=@includedir@/gstreamer-@GST_MAJORMINOR@ toolsdir=${exec_prefix}/bin pluginsdir=@libdir@/gstreamer-@GST_MAJORMINOR@ -gstcontrol_libs=-lgstcontrol-@GST_MAJORMINOR@ Name: GStreamer Description: Streaming media framework