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

2016-08-26 Thread primarypower
It is the absolute same issue when using MSYS2, please read my post again... The other user was using MSYS2 as well... In MSYS1 I´m able to compile properly... but cannot compile with libmfx that is why I´m trying to use MSYS2 where I can use libmfx... So.. it is the same issue, even the log

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

2016-08-25 Thread primarypower
Has anyone solved this issue already??? I´m having the EXACT same issue... I´m trying to compile ffmpeg 3.1.2 (Also tried with 2.3.3) with ICL 2014 and it does not work... It must be something from MSYS2 environment... If I compile it under MSYS 1.0 environment it works fine (And I´ve been

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

2016-03-07 Thread Carl Eugen Hoyos
NoMercy gmail.com> writes: > > 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" > still no errors. There should be an icl option for verbose mode,

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

2016-03-04 Thread NoMercy
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. I'm

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

2016-03-04 Thread Carl Eugen Hoyos
Emre Besirik 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

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

2016-03-04 Thread Emre Besirik
> On 04 Mar 2016, at 13:32, Carl Eugen Hoyos wrote: > Mostly because you are expected to have read > https://ffmpeg.org/contact.html before asking for > help here. > > Please also slightly cut your quotes. > Ok > Did you try to create a file "test.c" with content "int i;"

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

2016-03-04 Thread Emre Besirik
Hello, I know officially newer icl compilers are not supported but is there a way to make latest icl (2016.2) work? here is the config.log; http://pastebin.com/3HWB0EnV Thank you Regards, Emre Beşirik nome...@gmail.com