Index: fmt-conversion.h =================================================================== --- fmt-conversion.h (Revision 23664) +++ fmt-conversion.h (Arbeitskopie) @@ -3,7 +3,7 @@ #else #include "avutil.h" #endif -#include "img_format.h" +#include "libmpcodecs/img_format.h" enum PixelFormat imgfmt2pixfmt(int fmt) { Index: libmpdemux/muxer_lavf.c =================================================================== --- libmpdemux/muxer_lavf.c (Revision 23664) +++ libmpdemux/muxer_lavf.c (Arbeitskopie) @@ -23,6 +23,7 @@ #include "avformat.h" #endif #include "libavutil/avstring.h" +#include "fmt-conversion.h" extern const struct AVCodecTag *mp_wav_taglists[]; extern const struct AVCodecTag *mp_bmp_taglists[];