totem r5678 - trunk



Author: hadess
Date: Sun Sep 14 12:27:48 2008
New Revision: 5678
URL: http://svn.gnome.org/viewvc/totem?rev=5678&view=rev

Log:
2008-09-11  AndrÃs G. Aragoneses  <aaragoneses novell com>

	* configure.in: Add a check for gst-inspect.
	(Closes: #551774)



Modified:
   trunk/ChangeLog
   trunk/configure.in

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Sun Sep 14 12:27:48 2008
@@ -137,6 +137,18 @@
 	gst010_toolsdir=`$PKG_CONFIG --variable=toolsdir gstreamer-0.10`
 	gst010_inspect="$gst010_toolsdir/gst-inspect-0.10"
 
+	dnl Give error and exit if we don't have the gst_inspect tool
+	AC_MSG_CHECKING([GStreamer 0.10 inspection tool])
+	if test -r "$gst010_inspect"; then
+		AC_MSG_RESULT([yes])
+	else
+		AC_MSG_RESULT([no])
+		AC_MSG_ERROR([
+			Cannot find required GStreamer-0.10 tool 'gst-inspect-0.10'.
+			It should be part of gstreamer-0_10-utils. Please install it.
+		])
+	fi
+
 	dnl Check for elements from gst-plugins-base
 	for base_element in playbin ffmpegcolorspace videoscale
 	do



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