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

James Almer jamrial at gmail.com
Sat Mar 1 17:49:36 CET 2014


On 01/03/14 12:12 PM, Christophe Gisquet wrote:
> 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>

I have self compiled mingw-w64 toolchains for x64 and x86, and tested it on both.
Same for Linux x64 and x86 (The latter only compiled, not tested).

Just checked and Michael's problem comes from using Yasm 1.1.0 or older. I tested 
with 1.2.0 only so didn't notice anything.
Will try to fix it and send a new patch.


More information about the ffmpeg-devel mailing list