soc.2008.vv: 8222acab: Require gstreamer-plugins-base-0.10 for ...
maiku at soc.pidgin.im
maiku at soc.pidgin.im
Tue May 27 01:10:47 EDT 2008
-----------------------------------------------------------------
Revision: 8222acabc1382453e8dda5b8d507e4df0f0a91ff
Ancestor: 9ce02fce3b1fc2c610860bcd00402f20985c562c
Author: maiku at soc.pidgin.im
Date: 2008-05-27T04:30:36
Branch: im.pidgin.soc.2008.vv
URL: http://d.pidgin.im/viewmtn/revision/info/8222acabc1382453e8dda5b8d507e4df0f0a91ff
Modified files:
configure.ac
ChangeLog:
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.
-------------- next part --------------
============================================================
--- configure.ac bac361f9b8a14b953e5d36894fa45043a1d35027
+++ configure.ac fd935288e0a4d11daf4057596505a4cffdaff609
@@ -728,12 +728,11 @@ if test "x$enable_farsight" != "xno"; th
[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 @@ then
AC_SUBST(GSTPROPS_LIBS)
AC_SUBST(GSTPROPS_CFLAGS)
], [
- AC_MSG_RESULT(no)
enable_gstprops="no"
])
fi
More information about the Commits
mailing list