# HG changeset patch # User Mark Doliner # Date 1274830756 0 # Node ID 6b460b78b720980640f71eb4aa05ed1a990977df # Parent f48bc6e59646ca43394d14deab03ce5ef8a0041d Apply Polynomial-C's suggestion for fixing a compile error with --disable-gstreamer and --disable-vv. I think there will be a compiler errow with --disable-gstreamer and vv enabled, but that doesn't seem important. I'm guessing most people who use vv also use gstreamer? Is that ALWAYS true? Fixes #11850 diff -r f48bc6e59646 -r 6b460b78b720 libpurple/media/backend-fs2.h --- a/libpurple/media/backend-fs2.h Tue May 25 20:28:02 2010 +0000 +++ b/libpurple/media/backend-fs2.h Tue May 25 23:39:16 2010 +0000 @@ -55,6 +55,7 @@ */ GType purple_media_backend_fs2_get_type(void); +#ifdef USE_GSTREAMER /* * Temporary function in order to be able to test while * integrating with PurpleMedia @@ -71,6 +72,7 @@ void purple_media_backend_fs2_set_output_volume(PurpleMediaBackendFs2 *self, const gchar *sess_id, const gchar *who, double level); /* end tmp */ +#endif /* USE_GSTREAMER */ G_END_DECLS