comparison libpurple/protocols/jabber/jingle.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 16543025aed1
children d048100a43ab
comparison
equal deleted inserted replaced
23803:3f835618356a 23804:cbe97caec684
24 24
25 #include <stdlib.h> 25 #include <stdlib.h>
26 #include <string.h> 26 #include <string.h>
27 #include <glib.h> 27 #include <glib.h>
28 28
29 #ifdef USE_FARSIGHT 29 #ifdef USE_VV
30 30
31 #include <gst/farsight/fs-candidate.h> 31 #include <gst/farsight/fs-candidate.h>
32 32
33 static gboolean 33 static gboolean
34 jabber_jingle_session_equal(gconstpointer a, gconstpointer b) 34 jabber_jingle_session_equal(gconstpointer a, gconstpointer b)
479 xmlnode_insert_child(content, description); 479 xmlnode_insert_child(content, description);
480 480
481 return jingle; 481 return jingle;
482 } 482 }
483 483
484 #endif /* USE_FARSIGHT */ 484 #endif /* USE_VV */