comparison finch/gntmedia.h @ 25654: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 e1c8ec1259de
children 12a16471f94e
comparison
equal deleted inserted replaced
25653:3f835618356a 25654:cbe97caec684
29 29
30 #ifdef HAVE_CONFIG_H 30 #ifdef HAVE_CONFIG_H
31 #include "config.h" 31 #include "config.h"
32 #endif 32 #endif
33 33
34 #ifdef USE_FARSIGHT 34 #ifdef USE_VV
35 35
36 #include <glib-object.h> 36 #include <glib-object.h>
37 #include "gntbox.h" 37 #include "gntbox.h"
38 38
39 G_BEGIN_DECLS 39 G_BEGIN_DECLS
69 69
70 void finch_media_manager_uninit(void); 70 void finch_media_manager_uninit(void);
71 71
72 G_END_DECLS 72 G_END_DECLS
73 73
74 #endif /* USE_FARSIGHT */ 74 #endif /* USE_VV */
75 75
76 #endif /* GNT_MEDIA_H */ 76 #endif /* GNT_MEDIA_H */
77 77