gnome-media r3841 - trunk
- From: malureau svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-media r3841 - trunk
- Date: Sat, 19 Apr 2008 15:56:40 +0100 (BST)
Author: malureau
Date: Sat Apr 19 14:56:40 2008
New Revision: 3841
URL: http://svn.gnome.org/viewvc/gnome-media?rev=3841&view=rev
Log:
2008-04-19 Marc-Andre Lureau <marcandre lureau gmail com>
* configure.in: remove gst-inspect build dependencies.
Modified:
trunk/ChangeLog
trunk/configure.in
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Sat Apr 19 14:56:40 2008
@@ -176,55 +176,6 @@
PROGRAMS_GRECORD_ERROR=" gnome media profiles is disabled"
fi
-if test "x$HAVE_GST" = "xyes" && test "x$enable_grecord" == "xyes"; then
- PROGRAMS_GRECORD="grecord"
-
- gst010_toolsdir=`$PKG_CONFIG --variable=toolsdir gstreamer-0.10`
- gst010_inspect="$gst010_toolsdir/gst-inspect-0.10"
-
- dnl Check for elements from gst-plugins-base
- for base_element in playbin audioconvert audioresample
- do
- AC_MSG_CHECKING([for GStreamer 0.10 $base_element plugin])
- if $gst010_inspect $base_element >/dev/null 2>/dev/null; then
- AC_MSG_RESULT([yes])
- else
- AC_MSG_RESULT([no])
- AC_MSG_WARN([
- Cannot find required GStreamer-0.10 plugin '$base_element'.
- It should be part of gst-plugins-base. Please install it.
- You need it installed for the sound recorder to work.
- ])
- PROGRAMS_GRECORD=""
- PROGRAMS_GRECORD_ERROR="Missing gst-plugins-base '$base_element' element\n"
- fi
- done
-
-
- dnl Check for elements from gst-plugins-good
- for good_element in gconfaudiosink gconfaudiosrc
- do
- AC_MSG_CHECKING([for GStreamer 0.10 $good_element plugin])
- if $gst010_inspect $good_element >/dev/null 2>/dev/null; then
- AC_MSG_RESULT([yes])
- else
- AC_MSG_RESULT([no])
- AC_MSG_WARN([
- Cannot find required GStreamer-0.10 plugin '$good_element'.
- It should be part of gst-plugins-good. Please install it.
- You need it installed for the sound recorder to work.
- ])
- PROGRAMS_GRECORD=""
- PROGRAMS_GRECORD_ERROR="Missing gst-plugins-good '$good_element' element\n"
- fi
- done
-else
- if test "x$HAVE_GST" = "xno"; then
- AC_MSG_WARN([You need GStreamer installed for the mixer and recorder to work])
- sleep 5 2>/dev/null
- fi
-fi
-
AC_SUBST(PROGRAMS_GRECORD)
AM_CONDITIONAL(HAVE_GSTREAMER, test "x$HAVE_GST" = "xyes")
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]