[FFmpeg-user] bug on ubuntu 18.04 with gcc7.3 and g++7.3
NDJORE BORIS
ndjoreboris at gmail.com
Sun Jan 6 16:34:47 EET 2019
Hello,
Sorry for the mistake. I built it with make command.
Find bellow my configure line :
env LD_PRELOAD=${MYLIB_DIR}/libmylib.so <SOURCE_DIR>/configure
--prefix=<BINARY_DIR>
--extra-cflags=-I<BINARY_DIR>/include
--extra-ldflags=-L<BINARY_DIR>/lib
--extra-libs=-lstclib\ -lpthread
--enable-gpl
--enable-nonfree
--enable-libfdk-aac
--disable-doc
--disable-pthreads
--disable-programs
--enable-shared
--enable-static
--enable-runtime-cpudetect
NB : I combine my own library and ffmpeg.
I confirmed that my sysem is supposed to be non-broken.
Regards
Le dim. 6 janv. 2019 à 13:28, Carl Eugen Hoyos <ceffmpeg at gmail.com> a
écrit :
> 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
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".
More information about the ffmpeg-user
mailing list