diff finch/gntdebug.c @ 23804:cbe97caec684

Use USE_VV instead of USE_FARSIGHT.
author Mike Ruprecht <maiku@soc.pidgin.im>
date Wed, 28 May 2008 21:00:40 +0000
parents 128f6cb57829
children adf153852bcf
line wrap: on
line diff
--- a/finch/gntdebug.c	Wed May 28 18:41:03 2008 +0000
+++ b/finch/gntdebug.c	Wed May 28 21:00:40 2008 +0000
@@ -348,11 +348,13 @@
 #ifdef USE_GSTREAMER
 	REGISTER_G_LOG_HANDLER("GStreamer");
 #endif
+#ifdef USE_VV
 #ifdef USE_FARSIGHT
 	REGISTER_G_LOG_HANDLER("farsight");
 	REGISTER_G_LOG_HANDLER("farsight-transmitter");
 	REGISTER_G_LOG_HANDLER("farsight-rtp");
 #endif
+#endif
 
 	g_set_print_handler(print_stderr);   /* Redirect the debug messages to stderr */
 	if (!purple_debug_is_enabled())