[FFmpeg-devel] [PATCH] configure: Prevent icl being incorrectly detected as msvc.

Matt Oliver protogonoi at gmail.com
Thu Nov 20 08:41:34 CET 2014


Intel compiler xilink will also output the information from the underlying
Microsoft linker. A result is that both the Intel info header and the
Microsoft info header are output. This means that currently the Intel
linker will get detected as the msvc linker incorrectly as configure checks
for the presence of Microsoft first. This patch just changes the order of
detection so that Intel is checked first. This allows intel to be detected
correctly and also fixes an error with lto with icl.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-configure-Prevent-icl-being-incorrectly-detected-as-.patch
Type: application/octet-stream
Size: 2902 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20141120/133ed8bd/attachment.obj>


More information about the ffmpeg-devel mailing list