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

BugMaster BugMaster at narod.ru
Thu Mar 16 19:47:18 CET 2017


On Thu, 16 Mar 2017 18:45:55 +0100, Henrik Gramner wrote:
> On Thu, Mar 16, 2017 at 6:42 PM, BugMaster <BugMaster at narod.ru> wrote:
>> Hi. Do all supported versions of ICL use "running on" phrase?
>> And there is no problem similar to
>> https://mailman.videolan.org/pipermail/x264-devel/2015-August/011407.html ?

> An alternative would be to just change the order of the existing
> checks so that "IA-32" takes precedence over "Intel(R) 64".

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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-msvs-icl-Improve-x86_64-target-host-detection.patch
Type: application/octet-stream
Size: 1988 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/x264-devel/attachments/20170316/e0bed46c/attachment.obj>


More information about the x264-devel mailing list