[FFmpeg-devel] Patch: icl linker errors in cmdutils

Matt Oliver protogonoi at gmail.com
Fri Feb 7 14:35:38 CET 2014


On 8 February 2014 00:27, Carl Eugen Hoyos <cehoyos at ag.or.at> wrote:

> Matt Oliver <protogonoi <at> gmail.com> writes:
>
> > The default on Windows for icl is to by default
> > automatically enable /Qipo which causes the linker errors.
>
> With which configure line can we reproduce the linking error?
>
> Carl Eugen
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>

Depending on what version of the compiler you are using /Qipo should be
enabled with /O2. But if you want to explicitly check it then just pass
/Qipo to the Windows Intel compiler so something like this should do it:
--extra-cflags=/Qipo


More information about the ffmpeg-devel mailing list