mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 14:08:56 +00:00
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.
This commit is contained in:
parent
8713a8203b
commit
2e0bac3794
3 changed files with 7 additions and 3 deletions
|
@ -1,3 +1,10 @@
|
|||
2008-08-12 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* 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 <ensonic@users.sf.net>
|
||||
|
||||
* gst/gstchildproxy.h:
|
||||
|
|
|
@ -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@
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue