I have a problem with compile my own vlc on windows. i am newbie in that topic so i followed the istuctions on vlc wiki https://wiki.videolan.org/Win32CompileMSYS/
Due the issue i needed to update m4 lib, becuase mingw said that i have too old version, i dont know maybe that is the problem ? i downloaded m4 for here http://downloads.sourceforge.net/mingw/ ... YS.tar.bz2
Anyway, i followed all the instuction on wiki and after the bootstrap in root folder i try to configure my compilation with command
Code: Select all
sh ../extras/package/win32/configure.sh --host=i686-w64-mingw32 --disable-nls
Code: Select all
checking for NeAACDecOpen in -lfaad... no
configure: error: Cannot find libfaad library...
Code: Select all
sh ../extras/package/win32/configure.sh --host=i686-w64-mingw32 --with-contrib=/home/<username>/vlc/contrib/i686-w64-mingw32/ --disable-nls
Code: Select all
c:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/4.6.1/../../../../x86_64-w64-mingw32/bin/ld.exe: skipping incompatible C:/MinGW/MSys/home/<username>/vlc/contrib/i686-w64-mingw32/lib/libfaad.a when searching for -lfaad
I tried to update mingw, download the newest version of vlc (solution is for 2.1.x) but nothing solved the problem.
Any idea how to solve it?
thx in advance