[FFmpeg-user] FFmpeg Intel icl compile (configure) issue

Carl Eugen Hoyos cehoyos at ag.or.at
Fri Mar 4 15:22:58 CET 2016


NoMercy <nomercy <at> gmail.com> writes:

> On Fri, Mar 4, 2016 at 2:44 PM, Carl Eugen Hoyos wrote:
> 
> > Then please make test.c "int main(void){ return 0; }"
> > and try with "icl test.c"
> >
> > It is necessary to find out why / how the error message
> > you see in config.log happens.
> 
> it also compiled without any errors.

Then please try (one line, with the same test.c file):
icl -nologo -Qdiag-error:4044,10157 -D_USE_MATH_DEFINES -Qms0 
-Qvec- -Qsimd- -GS -fp:precise -c -Fo./test.o ./test.c

Carl Eugen



More information about the ffmpeg-user mailing list