[FFmpeg-devel] [PATCH 2/3] x86/synth_filter: add synth_filter_avx

Christophe Gisquet christophe.gisquet at gmail.com
Sat Mar 1 16:12:04 CET 2014


Hi,

2014-03-01 15:42 GMT+01:00 Michael Niedermayer <michaelni at gmx.at>:
> fails building on 32bit

James, I remember you running those tests under Win64, mingw64 presumably.

In case you didn't know, you can have a 32bits build (at least under
windows and TDM gcc) by passing -m32 to the compiler, eg running this
configure command (it's a script in a win32 folder in the root
folder):
rm -rf config.* cmdutil* lib* ffmpeg*
../configure --extra-cflags="-m32" --extra-ldflags="-m32" --samples=<some path>

Best regards,
Christophe


More information about the ffmpeg-devel mailing list