[FFmpeg-user] Issue Crossbuilding ffplay with openembedded
Carl Eugen Hoyos
cehoyos at ag.or.at
Wed Jul 16 15:20:11 CEST 2014
Rickoo <natural_groove <at> hotmail.fr> writes:
> Configure goes well but when compiling i get error :
> libavdevice/alldevices.c:21:20: fatal error:
> config.h: No such file or directory
config.h is one of two files created by configure.
Did you do the following or something different?
$ cd ffmpeg
$ make distclean
$ git pull
$ ./configure ...
$ make
How do the last lines of configure console output
look like?
Carl Eugen
More information about the ffmpeg-user
mailing list