# HG changeset patch # User Mike Ruprecht # Date 1211862636 0 # Node ID 5f4807116f8cfacfbfe321dc80f12802b8129467 # Parent 43b3b9ff60286d1ed95ba036a815305a55645e0c Require gstreamer-plugins-base-0.10 for compiling with voice and video support. Also removed duplicate results on failures of checking for Farsight and GStreamer-properties. diff -r 43b3b9ff6028 -r 5f4807116f8c configure.ac --- a/configure.ac Tue May 27 02:24:03 2008 +0000 +++ b/configure.ac Tue May 27 04:30:36 2008 +0000 @@ -728,12 +728,11 @@ [AC_HELP_STRING([--disable-vv], [compile without voice and video support])], enable_farsight="$enableval", enable_farsight="yes") if test "x$enable_farsight" != "xno"; then - PKG_CHECK_MODULES(FARSIGHT, [farsight2-0.10], [ + PKG_CHECK_MODULES(FARSIGHT, [farsight2-0.10 gstreamer-0.10 gstreamer-plugins-base-0.10 libxml-2.0], [ AC_DEFINE(USE_FARSIGHT, 1, [Use Farsight for voice and video]) AC_SUBST(FARSIGHT_CFLAGS) AC_SUBST(FARSIGHT_LIBS) ], [ - AC_MSG_RESULT(no) enable_farsight="no" ]) fi @@ -755,7 +754,6 @@ AC_SUBST(GSTPROPS_LIBS) AC_SUBST(GSTPROPS_CFLAGS) ], [ - AC_MSG_RESULT(no) enable_gstprops="no" ]) fi