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 _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
