2019-01-03 12:04 GMT+01:00, NDJORE BORIS <[email protected]>: > *The ouput error while running cmake is* :
Sure? FFmpeg is not supposed to be built with "cmake" but "make". > CC libavdevice/utils.o > In file included from src/libavdevice/fbdev_dec.c:42:0: > src/libavutil/parseutils.h:186:64: warning: ‘struct tm’ declared inside > parameter list will not be visible outside of this definition or declaration > char *av_small_strptime(const char *p, const char *fmt, struct tm *dt); > ^~ > src/libavutil/parseutils.h:191:25: warning: ‘struct tm’ declared inside > parameter list will not be visible outside of this definition or declaration > time_t av_timegm(struct tm *tm); > ^~ > CC libavdevice/v4l2-common.o > > > *src/libavdevice/fbdev_dec.c: In function > ‘fbdev_read_packet’:src/libavdevice/fbdev_dec.c:155:21: error: storage size > of ‘ts’ isn’t known struct timespec ts;* > ^~ Please provide your configure line (and please confirm that your system is supposed to be non-broken, especially that you didn't mess with system headers or system compiler). Carl Eugen _______________________________________________ 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".
