Hi,<br><br>I am trying to build vlc-0.8.6b in Cygwin with mediacontrol-python enabled.  <br>I guess there is a typo in the auto-generated Makefile(vlc-0.8.6b/bindings/mediacontrol-python/Makefile)<br><br>           COMPILERARG = --compiler=mingw32
<br><br>There are spaces before COMPILERARG so the compiler option has no effect. Thus the default MSVC compiler tries to compile the extension module. Is this a bug or am I missing something?<br><br><br>