# HG changeset patch # User Mike Ruprecht # Date 1238728943 0 # Node ID c9b22d710a2207dd0f5cceab3d4102ff0ed59a88 # Parent 343ca84d5997df3cd9f70df03869c3c0995667e4 Bump the required Farsight2 version. diff -r 343ca84d5997 -r c9b22d710a22 configure.ac --- a/configure.ac Fri Apr 03 03:14:38 2009 +0000 +++ b/configure.ac Fri Apr 03 03:22:23 2009 +0000 @@ -754,7 +754,7 @@ [AC_HELP_STRING([--disable-farsight], [compile without farsight support])], enable_farsight="$enableval", enable_farsight="yes") if test "x$enable_farsight" != "xno"; then - PKG_CHECK_MODULES(FARSIGHT, [farsight2-0.10 >= 0.0.3 gstreamer-0.10 gstreamer-plugins-base-0.10 libxml-2.0], [ + PKG_CHECK_MODULES(FARSIGHT, [farsight2-0.10 >= 0.0.8 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)