[FFmpeg-devel] [PATCH] configure: Hack to allow compilation for x32.

Reimar Döffinger Reimar.Doeffinger at gmx.de
Sun Nov 2 11:01:08 CET 2014


On Sun, Nov 02, 2014 at 10:44:43AM +0100, Reimar Döffinger wrote:
> Configures it as x86_64 with assembler disabled.
> Does not pass "make fate" though, e.g. fate-vc1_ilaced_twomv fails.

Sorry, it actually does pass.
I forgot to rsync the samples first.
Note that if you leave asm enabled it won't even compile due to pointers
and registers having different size.
The gcc manual describes hacks/macros to work around this, but I doubt
it is worth the effort.


More information about the ffmpeg-devel mailing list