On Sun, Nov 23, 2008 at 4:17 PM, Nikos Alexandris <[EMAIL PROTECTED]> wrote: ... > # after another failure > # the bottom lines from config.log > [...] > configure:10745: checking whether to use FFMPEG > configure:10765: checking for location of FFMPEG includes > configure:10791: checking for avcodec.h > configure:10799: gcc -E -I/usr/include/ffmpeg/ conftest.c >/dev/null > 2>conftest.out > configure:10835: checking for avformat.h > configure:10843: gcc -E -I/usr/include/ffmpeg/ conftest.c >/dev/null > 2>conftest.out > configure:10839:22: error: avformat.h: No such file or directory
You are missing the -devel package (or the path to the file). On Mandriva: rpm -qf /usr/include/ffmpeg/avformat.h lib64ffmpeg51-devel-0.4.9-3.pre1.8994.2.1plf2008.0 Markus _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
