comparison libpurple/media/backend-fs2.c @ 29788:e75d6a51a5c4

Compile with --disable-vv. Without this change I get this error: media/backend-fs2.c:1939: warning: no previous prototype for ¡Æpurple_media_backend_fs2_get_type¡Ç
author Mark Doliner <mark@kingant.net>
date Thu, 18 Feb 2010 09:38:07 +0000
parents 1876a447db11
children 8cb39e235f39 3d08b59ebf59
comparison
equal deleted inserted replaced
29787:2dc86306dfa5 29788:e75d6a51a5c4
24 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA 24 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
25 */ 25 */
26 26
27 #include "internal.h" 27 #include "internal.h"
28 28
29 #include "backend-fs2.h"
30
29 #ifdef USE_VV 31 #ifdef USE_VV
30 #include "backend-fs2.h"
31
32 #include "backend-iface.h" 32 #include "backend-iface.h"
33 #include "debug.h" 33 #include "debug.h"
34 #include "network.h" 34 #include "network.h"
35 #include "media-gst.h" 35 #include "media-gst.h"
36 36