[FFmpeg-user] FFmpeg Intel icl compile (configure) issue
Carl Eugen Hoyos
cehoyos at ag.or.at
Fri Mar 4 13:44:47 CET 2016
Emre Besirik <nomercy <at> gmail.com> writes:
> > Did you try to create a file "test.c" with content "int i;"
> > and compile it with "icl -c test.c"?
> >
> it compiled without any errors
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.
Carl Eugen
More information about the ffmpeg-user
mailing list