--- decoder_plugins/ffmpeg/ffmpeg.c~ 2008-06-25 18:43:02.000000000 +0200 +++ decoder_plugins/ffmpeg/ffmpeg.c 2008-06-25 18:43:15.000000000 +0200 @@ -22,7 +22,11 @@ #ifdef HAVE_INTTYPES_H # include #endif +#if HAVE_LIBAVFORMAT_AVFORMAT_H +#include +#else #include +#endif /* FFmpeg also likes common names, without that, our common.h and log.h would * not be included. */