[gstreamermm] Don't check for gst-inspect as it is not needed.



commit bc5331b647104064e69f85dc3e3cf29c06eecf25
Author: José Alburquerque <jaalburqu svn gnome org>
Date:   Tue Jun 30 12:39:59 2009 -0400

    Don't check for gst-inspect as it is not needed.

 ChangeLog    |    6 ++++++
 configure.ac |    8 --------
 2 files changed, 6 insertions(+), 8 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 90708a7..ba0f9df 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-06-30  David King  <davidk openismus com>
+
+	* configure.ac: Don't check for gst-inspect as it is not needed, since
+	the presence of plugins is checked at runtime and not configure-time.
+	Bug #587306.
+
 2009-06-30  José Alburquerque  <jaalburqu svn gnome org>
 
 	* gstreamer/src/enums.hg: Typo.
diff --git a/configure.ac b/configure.ac
index c3b2345..f172806 100644
--- a/configure.ac
+++ b/configure.ac
@@ -167,14 +167,6 @@ AC_SUBST([GENERATE_PLUGIN_GMMPROC_FILE_DIR])
 #  Plug-in processing
 #########################################################################
 
-# make sure gst-inspect is available:
-AC_PATH_PROG([GST_INSPECT], [gst-inspect])
-if test x$GST_INSPECT = x ; then
-  AC_MSG_ERROR([gst-inspect is needed for plug-in processing. Please, install it.])
-fi
-AC_ARG_VAR([GST_INSPECT], [Variable to store gst-inspect executable])
-AC_SUBST(GST_INSPECT)
-
 # To add a plugin, add the plugin definition, in the form of
 # "plugin=CppClassName" to the space-separated list of definitions below.
 # (Where "plugin" is the plugin name as recognized by gst-inspect and



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]