Hello to all. I'm trying to cross compile ffmpeg 0.9.1 (I really need to use this version, because my app still uses the old API which is broken on 0.10) on a ubuntu box to a windows target. I have mingw corerctly installed and working. The command line I'm using is:
./configure --disable-gpl --enable-static --prefix=$BUILD_PATH --target-os=mingw32 --enable-w32threads --enable-cross-compile --target-os=mingw32 --arch=x86 --cross-prefix=i586-mingw32msvc- --disable-avdevice --disable-devices --enable-memalign-hack The configure output is: http://pastebin.com/UbFLrybb and the make output (with errors) is: http://pastebin.com/WDpehegf Thanks in advance -- Atenciosamente, Leandro _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
