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

Carl Eugen Hoyos cehoyos at ag.or.at
Fri Mar 4 22:42:37 CET 2016


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

> > 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
> 
> still no errors :(

My next suggestion is to test the following (one line):
/bin/sh -c "icl -nologo -Qdiag-error:4044,10157 -D_USE_MATH_DEFINES 
-Qms0 -Qvec- -Qsimd- -GS -fp:precise -c -Fo./test.o ./test.c"

Or there is a variable set in the configure script that is 
bad for icl but I am not sure which it could be: The script 
sets TMPDIR to "." to be on the safe side...

Carl Eugen



More information about the ffmpeg-user mailing list