I have been trying to compile ffmpeg for windows either as a cross compile from linux.<br>Under the cross compile all compiles fine, but the resulting dlls crash on some movies and ffmpeg reports that the compiler did not align the memory correctly.<br>
I use<br><br>configure --enable-shared --enable-memalign-hack --target-os=mingw32 --arch=i586 --disable-yasm --cross-prefix=i386-mingw32-<br clear="all"><br>Disabling yasm seems to improve things with less crashes.<br>To compile the dlls into my executable, I run LIB.EXE from microsoft on the resulting .def files to create .lib files.<br>
<br><br>-- <br>Gonzalo Garramuņo<br><a href="mailto:ggarra13@gmail.com">ggarra13@gmail.com</a><br>