diff options
author | Stefan Kost <ensonic@users.sourceforge.net> | 2008-08-12 18:48:42 +0000 |
---|---|---|
committer | Stefan Kost <ensonic@users.sourceforge.net> | 2008-08-12 18:48:42 +0000 |
commit | 2e0bac37949ad300fad098cbc944d1e909797800 (patch) | |
tree | 96083088d97af225c5dac211303c31243be90b7d /pkgconfig | |
parent | 8713a8203bd0898b820ae5234051cc54c8adbf8b (diff) |
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.
Diffstat (limited to 'pkgconfig')
-rw-r--r-- | pkgconfig/gstreamer-uninstalled.pc.in | 2 | ||||
-rw-r--r-- | pkgconfig/gstreamer.pc.in | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/pkgconfig/gstreamer-uninstalled.pc.in b/pkgconfig/gstreamer-uninstalled.pc.in index 659872d25..3ba17828c 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 b087a22ec..32fd81182 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 |