[PATCH] Build failure with 2.7.0 without gstreamer
Marty Jack
martyj19 at comcast.net
Fri May 14 08:33:43 EDT 2010
Following patch solves the problem.
Credit due to Toby Schaffer <toby.schaffer at idt.com> who contacted me off-list.
diff -Naur pidgin-2.7.0.orig/libpurple/media/backend-fs2.c pidgin-2.7.0/libpurple/media/backend-fs2.c
--- pidgin-2.7.0.orig/libpurple/media/backend-fs2.c 2010-05-12 00:36:11.000000000 -0400
+++ pidgin-2.7.0/libpurple/media/backend-fs2.c 2010-05-14 07:50:34.000000000 -0400
@@ -26,9 +26,9 @@
#include "internal.h"
+#ifdef USE_VV
#include "backend-fs2.h"
-#ifdef USE_VV
#include "backend-iface.h"
#include "debug.h"
#include "network.h"
More information about the Devel
mailing list