I have not found a better suitable forum to post this question. I'm not sure LibVLC is about compiling VLC, but there was no other suitable forum under the development category.
I am using Windows 7 64-bit and following step-by-step from http://wiki.videolan.org/Win32CompileMSYSNew
As accurate as this guide is, my build fails.
Please help me compile, and I will make sure to update the Wiki.
First of all, step 7.2 failed. The configure command produced an error that shroedinger was not found. Googling a little bit, I added --disable-shroedinger to the script and then it worked. Should I have done that?
Then I executed the "PATH=/usr/win32/bin:$PATH make" which resulted in this output
Code: Select all
c:/mingw/bin/../lib/gcc/mingw32/4.5.2/../../../libstrmiids.a(strmiids.o):strmiids.c:(.rdata+0x36c0): multiple definition of `MEDIASUBTYPE_MPEG2_TRANSPORT'
.libs/libbda_plugin_la-bdagraph.o:bdagraph.cpp:(.rdata+0x1780): first defined here
What am I doing wrong?
Thanks