[telepathy-stream-engine/refs/tags/telepathy-stream-engine_0.5.10] Require gstreamer core > 0.10.23 for stream-status changes

Olivier Crête olivier.crete at collabora.co.uk
Mon Oct 26 09:28:26 PDT 2009


---
 configure.ac |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index b832a02..ecb1196 100644
--- a/configure.ac
+++ b/configure.ac
@@ -109,7 +109,8 @@ AC_SUBST(TELEPATHY_CFLAGS)
 AC_SUBST(TELEPATHY_LIBS)
 
 dnl Check for farsight
-PKG_CHECK_MODULES(FARSIGHT2, [farsight2-0.10 >= 0.0.3])
+PKG_CHECK_MODULES(FARSIGHT2, [farsight2-0.10 >= 0.0.3
+			      gstreamer-0.10 > 0.10.23 ])
 
 AC_SUBST(FARSIGHT2_CFLAGS)
 AC_SUBST(FARSIGHT2_LIBS)
@@ -121,7 +122,7 @@ PKG_CHECK_MODULES(TPFARSIGHT, [telepathy-farsight >= 0.0.3])
 AC_SUBST(TPFARSIGHT_CFLAGS)
 AC_SUBST(TPFARSIGHT_LIBS)
 
-dnl Check for gst-interfaces or gst-plugins-base
+dnl Check for gst-interfaces
 PKG_CHECK_MODULES(GST_INTERFACES, [gstreamer-interfaces-0.10 >= 0.10.18],[],
        [AC_MSG_ERROR([gst-plugins-base-0.10.18. is required])])
 AC_SUBST(GST_INTERFACES_CFLAGS)
-- 
1.5.6.5




More information about the telepathy-commits mailing list