[FFmpeg-user] bug on ubuntu 18.04 with gcc7.3 and g++7.3

Carl Eugen Hoyos ceffmpeg at gmail.com
Sun Jan 6 14:28:07 EET 2019


2019-01-03 12:04 GMT+01:00, NDJORE BORIS <ndjoreboris at gmail.com>:

> *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


More information about the ffmpeg-user mailing list