[FFmpeg-user] Compiling ffmpeg with NVDIA GPU enabled

Moritz Barsnick barsnick at gmx.net
Thu Oct 26 00:43:08 EEST 2017


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


More information about the ffmpeg-user mailing list