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

Carl Eugen Hoyos cehoyos at ag.or.at
Wed Nov 12 13:23:17 CET 2014


Reimar Döffinger <Reimar.Doeffinger <at> gmx.de> writes:

> +        # Treat x32 as x64 without asm for now. Note 
> it also needs spic=$shared
> +        test "$subarch" = "x86_32" && check_cpp_condition 
> stddef.h 'defined(__x86_64__)' &&
> +            disable asm && subarch=x86_64

The part that sets spic=$shared was merged by Michael, 
I believe this was uncontroversial.

Thank you, Carl Eugen



More information about the ffmpeg-devel mailing list