GNOME Bugzilla – Bug 602610
MSVC Compatibility in glue/controlsource.c
Last modified: 2009-11-24 13:43:31 UTC
MSVC requires variable declarations before code that uses them. You'll find a patch that includes a fix to enable libgstreamersharpglue to compile with MSVC.
Created attachment 148255 [details] [review] Fix for controlsource.c
Thanks for reporting but that's already fixed in GIT since some time: commit bd9052c00a0088b04f177ccdb38c0844d1bcfd07 Author: Sebastian Dröge <sebastian.droege@collabora.co.uk> Date: Sun Sep 20 10:09:43 2009 +0200 Don't use declarations after statements in C code