GEN libavutil/libavutil.version GEN libavcodec/libavcodec.version GEN libavformat/libavformat.version GEN libswscale/libswscale.version GEN libswresample/libswresample.version GEN libpostproc/libpostproc.version GEN libavresample/libavresample.version GEN libavfilter/libavfilter.version GEN libavdevice/libavdevice.version CC libavdevice/alldevices.o CC libavdevice/avdevice.o CC libavdevice/dshow.o CC libavdevice/dshow_common.o CC libavdevice/dshow_crossbar.o CC libavdevice/dshow_enummediatypes.o CC libavdevice/dshow_enumpins.o CC libavdevice/dshow_filter.o CC libavdevice/dshow_pin.o CC libavdevice/gdigrab.o CC libavdevice/lavfi.o CC libavdevice/reverse.o CC libavdevice/utils.o CC libavdevice/vfwcap.o GEN libavdevice/libavdevice.pc src/libavdevice/vfwcap.c: In function 'vfw_read_header': src/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 src/libavdevice/vfwcap.c:25: src/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); | ~~~~~^~~~~~~~~ src/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 src/libavdevice/vfwcap.c:25: src/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); | ~~~~~^~~~~~~~~~ WINDRES libavdevice/avdeviceres.o sh: 1: ccache i686-w64-mingw32-gcc -E -xc-header -DRC_INVOKED -MMD -MF libavdevice/avdeviceres.d -MT libavdevice/avdeviceres.o: not found i686-w64-mingw32-windres: preprocessing failed. make: *** [/home/fate/ffmpeg/ffbuild/common.mak:86: libavdevice/avdeviceres.o] Error 1 make: *** Waiting for unfinished jobs....