[x264-devel] configure script fails to detect host_cpu when CC=icl

Henrik Gramner henrik at gramner.com
Sat Mar 18 16:59:56 CET 2017


On Thu, Mar 16, 2017 at 7:47 PM, BugMaster <BugMaster at narod.ru> wrote:
> How about changing it to:
>
> host_cpu=i486
> cpp_check '' '' 'defined(_M_AMD64) || defined(_M_X64)' && host_cpu=x86_64
>
> For both MSVS and ICL. As it is the only targets we support for them
> (i.e. no ARM support). Patch is attached.

That's probably fine, could perhaps be done as a one-liner by using "
|| host_cpu=i486" at the end.


More information about the x264-devel mailing list