diff -r 7c0420c7ac81 -r b6c9e5dd95d1 pidgin/gtkdialogs.c --- a/pidgin/gtkdialogs.c Sun Jun 02 14:00:50 2013 +0200 +++ b/pidgin/gtkdialogs.c Sun Jun 02 22:17:12 2013 +0200 @@ -44,11 +44,9 @@ #include "gtkwebview.h" #include "pidginstock.h" -#ifndef _WIN32 #ifdef USE_GSTREAMER #include #endif -#endif #include "gtk3compat.h" @@ -658,7 +656,6 @@ g_string_append(str, "
GnuTLS:
Disabled
"); #endif -#ifndef _WIN32 #ifdef USE_GSTREAMER tmp = gst_version_string(); g_string_append_printf(str, "
GStreamer:
%s
", tmp); @@ -666,7 +663,6 @@ #else g_string_append(str, "
GStreamer:
Disabled
"); #endif -#endif #ifndef _WIN32 #ifdef ENABLE_MONO