Hi,

looks like gstreamer-pbutils is the devel package of gstreamer base plugins and i found a bit difficult to correlate the two things. Then if you search pbutils with debian apt you won't find anything so probably is better to use gstreamer-base-plugins terminology instead. Should help debian, ubuntu and fedora users at least.

thanks,
riccardo
diff --git a/configure.ac b/configure.ac
index c4622e8..473e798 100644
--- a/configure.ac
+++ b/configure.ac
@@ -231,11 +231,11 @@ AC_ARG_ENABLE(gstreamer,
 if test "$enable_gstreamer" = "yes"; then
 	GST_REQUIRED=0.10.11
 	GST_PB_REQUIRED=0.10.15
-	PKG_CHECK_MODULES(GST, gstreamer-0.10 >= $GST_REQUIRED gstreamer-pbutils-0.10 >= $GST_PB_REQUIRED, HAVE_GST=yes, HAVE_GST=no)
+	PKG_CHECK_MODULES(GST, gstreamer-0.10 >= $GST_REQUIRED gstreamer-0.10-plugins-base >= $GST_PB_REQUIRED, HAVE_GST=yes, HAVE_GST=no)
 	if test "x$HAVE_GST" = xyes; then
 	  AC_DEFINE(HAVE_GST, 1, [Define if GStreamer is enabled])
 	else
-	  AC_MSG_ERROR([Couldn't find GStreamer $GST_REQUIRED and gstreamer-pbutils $GST_PB_REQUIRED.])
+	  AC_MSG_ERROR([Couldn't find GStreamer $GST_REQUIRED and gstreamer-plugins-base $GST_PB_REQUIRED.])
 	fi
 else
 	AC_MSG_NOTICE([GStreamer support was not enabled.])
_______________________________________________
Swfdec mailing list
Swfdec@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/swfdec

Reply via email to