diff -urN totem-2.25.91/configure.in totem-2.25.91.new/configure.in --- totem-2.25.91/configure.in 2009-02-17 13:46:50.000000000 +0100 +++ totem-2.25.91.new/configure.in 2009-02-21 21:55:48.000000000 +0100 @@ -123,54 +123,6 @@ AC_MSG_ERROR(you need the GStreamer or the xine-lib development packages installed) fi AC_MSG_RESULT(GStreamer-$GST_MAJORMINOR) - - dnl Check for required plugins - 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 - AC_MSG_CHECKING([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_ERROR([ - Cannot find required GStreamer-0.10 plugin '$base_element'. - It should be part of gst-plugins-base. Please install it. - ]) - fi - done - - dnl Check for elements from gst-plugins-good - for good_element in gconfaudiosink gconfvideosink goom - do - AC_MSG_CHECKING([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_ERROR([ - Cannot find required GStreamer-0.10 plugin '$good_element'. - It should be part of gst-plugins-good. Please install it. - ]) - fi - done - - fi if test x$ENABLE_XINE = xno && test x$HAVE_GSTREAMER = xno; then