[MPlayer-dev-eng] [PATCH] Allow mpbswap.h to find ffmpeg-related includes.

Diego Biurrun diego at biurrun.de
Fri Oct 8 17:09:09 CEST 2010


On Fri, Oct 08, 2010 at 12:10:49PM +0000, SciFi wrote:
> 
> I had to put this patch on mpbswap.h
> so it can find the recent SVN changes
> that brings-in ffmpeg as a whole:
> 
> --- mpbswap.h	(revision 32451)
> +++ mpbswap.h	(working copy)
> @@ -21,7 +21,7 @@
>  
>  #include "config.h"
> -#include "libavutil/bswap.h"
> +#include "ffmpeg/libavutil/bswap.h"

This should not be necessary because we use -Iffmpeg, what is the exact
error message?  Does it go away after a distclean?

Diego


More information about the MPlayer-dev-eng mailing list