GNOME Bugzilla – Bug 633141
MSVC cannot compile gstpythonplugin.c
Last modified: 2010-10-27 15:01:56 UTC
Created attachment 173224 [details] [review] Fixes plugin/gstpythonplugin.c to be compatible with MSVC plugin/gstpythonplugin.c cannot be compiled by MSVC because a variable is not declared at the beginning of the block. The attached patch corrects the problem. My apologies that it's not in git patch format.
commit dc5d2e6167f936c5a5a4001893bf7c8fb066939e Author: David Hoyt <dhoyt@llnl.gov> Date: Wed Oct 27 16:58:12 2010 +0200 plugin: Fix build on MSVC Fixes #633141