cpw.malu.xmpp.jingle_ft: 19a0590b: Restore from im.pidgin.pidgin
malu at pidgin.im
malu at pidgin.im
Sat Apr 4 06:30:45 EDT 2009
-----------------------------------------------------------------
Revision: 19a0590babf8f7d788faefbcea4815f240574a94
Ancestor: 16079fdc89df0572a9d5a3181a8e22b35603497b
Author: malu at pidgin.im
Date: 2009-04-04T10:22:14
Branch: im.pidgin.cpw.malu.xmpp.jingle_ft
URL: http://d.pidgin.im/viewmtn/revision/info/19a0590babf8f7d788faefbcea4815f240574a94
Modified files:
configure.ac
ChangeLog:
Restore from im.pidgin.pidgin
-------------- next part --------------
============================================================
--- configure.ac b3cafbc31b882965d66e497084592dff312dc495
+++ configure.ac b81175fb7d8c4ec579aac54e091945fb3597d43e
@@ -754,7 +754,7 @@ if test "x$enable_farsight" != "xno"; th
[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)
@@ -788,7 +788,7 @@ AC_ARG_ENABLE(vv,
dnl #######################################################################
AC_ARG_ENABLE(vv,
[AC_HELP_STRING([--disable-vv], [compile without voice and video support])],
- enable_vv="$enableval", enable_vv="no")
+ enable_vv="$enableval", enable_vv="yes")
if test "x$enable_vv" != "xno"; then
if test "x$enable_farsight" != "xno" -a "x$enable_gstprops" != "xno"; then
AC_DEFINE(USE_VV, 1, [Use voice and video])
@@ -1101,7 +1101,6 @@ for i in $STATIC_PRPLS ; do
silc) static_silc=yes ;;
silc10) static_silc=yes ;;
simple) static_simple=yes ;;
- toc) static_toc=yes ;;
yahoo) static_yahoo=yes ;;
zephyr) static_zephyr=yes ;;
*) echo "Invalid static protocol $i!!" ; exit ;;
@@ -1119,7 +1118,6 @@ AM_CONDITIONAL(STATIC_SIMPLE, test "x$st
AM_CONDITIONAL(STATIC_SAMETIME, test "x$static_sametime" = "xyes" -a "x$have_meanwhile" = "xyes")
AM_CONDITIONAL(STATIC_SILC, test "x$static_silc" = "xyes" -a "x$have_silc" = "xyes")
AM_CONDITIONAL(STATIC_SIMPLE, test "x$static_simple" = "xyes")
-AM_CONDITIONAL(STATIC_TOC, test "x$static_toc" = "xyes")
AM_CONDITIONAL(STATIC_YAHOO, test "x$static_yahoo" = "xyes")
AM_CONDITIONAL(STATIC_ZEPHYR, test "x$static_zephyr" = "xyes")
AC_SUBST(STATIC_LINK_LIBS)
@@ -1165,7 +1163,6 @@ for i in $DYNAMIC_PRPLS ; do
silc) dynamic_silc=yes ;;
silc10) dynamic_silc=yes ;;
simple) dynamic_simple=yes ;;
- toc) dynamic_toc=yes ;;
yahoo) dynamic_yahoo=yes ;;
zephyr) dynamic_zephyr=yes ;;
*) echo "Invalid dynamic protocol $i!!" ; exit ;;
@@ -2503,7 +2500,6 @@ AC_OUTPUT([Makefile
libpurple/protocols/silc/Makefile
libpurple/protocols/silc10/Makefile
libpurple/protocols/simple/Makefile
- libpurple/protocols/toc/Makefile
libpurple/protocols/yahoo/Makefile
libpurple/protocols/zephyr/Makefile
libpurple/tests/Makefile
More information about the Commits
mailing list