I'm trying to compile latest VLC for my Windows 7 Home edition. I want to compile the 32bits version and I'm using VMWare with Ubuntu 12.04 srv 32 bits and Mingw-64 toolchain. I have found the following wiki: http://wiki.videolan.org/Win32Compile
So from that information I conclude I have to follow the i686-w64-mingw32 path.
Than I read this, under 'Fix your contrib path'
What do the author trying to say? And does this imply to my situation, and if so in what way?If your Mingw prefix is not i586-mingw32msvc (you are NOT on Debian or Ubuntu), create a symlink to contribs:
And a little further, he/she wrote:
Does this mean I have to use:Use the standard configuration:
$ ../extras/package/win32/configure.sh --host=i586-mingw32msvc
NB: use YOUR Xcompiling prefix here, like i486-mingw32
Code: Select all
../extras/package/win32/configure.sh --host=i686-mingw32msvc
Thanks in advance,
Albert