On Wed, Oct 25, 2017 at 04:35:28 +0000, Nandepagol, Gurushantappa wrote:
> WARNING: Unknown C compiler gcc, unable to select optimal CFLAGS check_ld cc
> check_cc BEGIN /tmp/ffconf.exwYYBli/test.c
> 1 int main(void){ return 0; }
> END /tmp/ffconf.exwYYBli/test.c
> gcc -Ilocal/include -I../nv_sdk -c -o /tmp/ffconf.exwYYBli/test.o
> /tmp/ffconf.exwYYBli/test.c
> ./configure: line 906: gcc: command not found C compiler test failed.
Do you have gcc for mingw installed? You do need it.
In the mingw shell, what do the commands
$ which gcc
$ gcc --version
report?
Moritz
_______________________________________________
ffmpeg-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-user
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".