--- ./configure.ac 2008-04-12 22:59:09.000000000 +0200 +++ ./configure.ac 2008-04-12 23:04:53.000000000 +0200 @@ -271,7 +271,7 @@ using_ffmpeg=no if test "$with_ffmpeg" != "no"; then using_ffmpeg=yes - AC_CHECK_HEADER(ffmpeg/avformat.h, + AC_CHECK_HEADER(libavformat/avformat.h, [AC_CHECK_LIB(avformat, av_open_input_file, FFMPEG_LIBS="$FFMPEG_LIBS -lavformat", using_ffmpeg=no) AC_CHECK_LIB(avutil, av_rescale_q, FFMPEG_LIBS="$FFMPEG_LIBS -lavutil", using_ffmpeg=no) AC_CHECK_LIB(avcodec, avcodec_decode_audio2, FFMPEG_LIBS="$FFMPEG_LIBS -lavcodec", using_ffmpeg=no)], --- ./src/ffmpeg.c 2008-04-12 23:25:08.000000000 +0200 +++ ./src/ffmpeg.c 2008-04-12 23:25:33.000000000 +0200 @@ -47,7 +47,7 @@ #include #include #include -#include +#include /* Private data for ffmpeg files */ typedef struct ffmpeg