CC libavdevice/avdevice.o CC libavdevice/alldevices.o CC libavdevice/dshow_common.o CC libavdevice/dshow_enummediatypes.o CC libavdevice/dshow_crossbar.o CC libavdevice/dshow.o CC libavdevice/dshow_enumpins.o CC libavdevice/utils.o WINDRES libavdevice/avdeviceres.o sh: 1: ccache i686-w64-mingw32-gcc -E -xc-header -DRC_INVOKED : not found i686-w64-mingw32-windres: preprocessing failed. make: *** [/home/fate/ffmpeg/common.mak:75: libavdevice/avdeviceres.o] Error 1 make: *** Waiting for unfinished jobs.... CC libavdevice/dshow_filter.o CC libavdevice/gdigrab.o CC libavdevice/lavfi.o CC libavdevice/vfwcap.o /home/fate/ffmpeg/libavdevice/vfwcap.c: In function 'vfw_read_header': /home/fate/ffmpeg/libavdevice/vfwcap.c:331:35: warning: passing argument 1 of 'av_parse_video_size' from incompatible pointer type [-Wincompatible-pointer-types] 331 | ret = av_parse_video_size(&bi->bmiHeader.biWidth, &bi->bmiHeader.biHeight, ctx->video_size); | ^~~~~~~~~~~~~~~~~~~~~~ | | | LONG * {aka long int *} In file included from /home/fate/ffmpeg/libavdevice/vfwcap.c:25: /home/fate/ffmpeg/libavutil/parseutils.h:66:30: note: expected 'int *' but argument is of type 'LONG *' {aka 'long int *'} 66 | int av_parse_video_size(int *width_ptr, int *height_ptr, const char *str); | ~~~~~^~~~~~~~~ /home/fate/ffmpeg/libavdevice/vfwcap.c:331:59: warning: passing argument 2 of 'av_parse_video_size' from incompatible pointer type [-Wincompatible-pointer-types] 331 | ret = av_parse_video_size(&bi->bmiHeader.biWidth, &bi->bmiHeader.biHeight, ctx->video_size); | ^~~~~~~~~~~~~~~~~~~~~~~ | | | LONG * {aka long int *} In file included from /home/fate/ffmpeg/libavdevice/vfwcap.c:25: /home/fate/ffmpeg/libavutil/parseutils.h:66:46: note: expected 'int *' but argument is of type 'LONG *' {aka 'long int *'} 66 | int av_parse_video_size(int *width_ptr, int *height_ptr, const char *str); | ~~~~~^~~~~~~~~~ CC libavdevice/dshow_pin.o