diff options
author | Stefan Kost <ensonic@users.sourceforge.net> | 2005-08-02 21:35:34 +0000 |
---|---|---|
committer | Stefan Kost <ensonic@users.sourceforge.net> | 2005-08-02 21:35:34 +0000 |
commit | c32233b7fca66dab1968c3aa9ed6ef9850410e37 (patch) | |
tree | cbcb42b3b5ac35efca6f4c49aa5120f566bb3f5f /pkgconfig | |
parent | 75c955843e4294d6082dd8ee78c59852c8ff2b1e (diff) |
added controller code removed dparam pc files
Original commit message from CVS:
added controller code
removed dparam pc files
Diffstat (limited to 'pkgconfig')
-rw-r--r-- | pkgconfig/Makefile.am | 8 | ||||
-rw-r--r-- | pkgconfig/gstreamer-control-uninstalled.pc.in | 14 | ||||
-rw-r--r-- | pkgconfig/gstreamer-control.pc.in | 11 |
3 files changed, 4 insertions, 29 deletions
diff --git a/pkgconfig/Makefile.am b/pkgconfig/Makefile.am index 0179a9810..622999062 100644 --- a/pkgconfig/Makefile.am +++ b/pkgconfig/Makefile.am @@ -2,13 +2,13 @@ pcfiles = \ gstreamer-@GST_MAJORMINOR@.pc \ gstreamer-base-@GST_MAJORMINOR@.pc \ - gstreamer-control-@GST_MAJORMINOR@.pc \ + gstreamer-controller-@GST_MAJORMINOR@.pc \ gstreamer-dataprotocol-@GST_MAJORMINOR@.pc pcfiles_uninstalled = \ gstreamer-@GST_MAJORMINOR@-uninstalled.pc \ gstreamer-base-@GST_MAJORMINOR@-uninstalled.pc \ - gstreamer-control-@GST_MAJORMINOR@-uninstalled.pc \ + gstreamer-controller-@GST_MAJORMINOR@-uninstalled.pc \ gstreamer-dataprotocol-@GST_MAJORMINOR@-uninstalled.pc all-local: $(pcfiles) $(pcfiles_uninstalled) @@ -27,8 +27,8 @@ EXTRA_DIST = \ gstreamer-uninstalled.pc.in \ gstreamer-base.pc.in \ gstreamer-base-uninstalled.pc.in \ - gstreamer-control.pc.in \ - gstreamer-control-uninstalled.pc.in \ + gstreamer-controller.pc.in \ + gstreamer-controller-uninstalled.pc.in \ gstreamer-dataprotocol.pc.in \ gstreamer-dataprotocol-uninstalled.pc.in diff --git a/pkgconfig/gstreamer-control-uninstalled.pc.in b/pkgconfig/gstreamer-control-uninstalled.pc.in deleted file mode 100644 index a2f0a4691..000000000 --- a/pkgconfig/gstreamer-control-uninstalled.pc.in +++ /dev/null @@ -1,14 +0,0 @@ -# the standard variables don't make sense for an uninstalled copy -prefix= -exec_prefix= -libdir=${pcfiledir}/../libs -includedir=${pcfiledir}/.. -gstcontrol_libs=-lgstcontrol-@GST_MAJORMINOR@ - -Name: GStreamer control library, uninstalled -Description: Dynamic parameters for plug-ins -Requires: gstreamer-@GST_MAJORMINOR@ = @VERSION@ -Version: @VERSION@ - -Libs: ${libdir}/gst/control/libgstcontrol-@GST_MAJORMINOR@.la -Cflags: -I${includedir} -I${includedir}/libs @GST_PKG_CFLAGS@ diff --git a/pkgconfig/gstreamer-control.pc.in b/pkgconfig/gstreamer-control.pc.in deleted file mode 100644 index 563f6c907..000000000 --- a/pkgconfig/gstreamer-control.pc.in +++ /dev/null @@ -1,11 +0,0 @@ -prefix=@prefix@ -exec_prefix=@exec_prefix@ -libdir=@libdir@ -includedir=@includedir@/gstreamer-@GST_MAJORMINOR@ - -Name: GStreamer control library -Description: Dynamic parameters for plug-ins -Requires: gstreamer-@GST_MAJORMINOR@ -Version: @VERSION@ -Libs: -L${libdir} -lgstcontrol-@GST_MAJORMINOR@ -Cflags: -I${includedir} @GST_PKG_CFLAGS@ |