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

SciFi sci-fi at hush.ai
Sat Oct 9 04:51:19 CEST 2010


On Fri, 08 Oct 2010 17:09:09 +0200, Diego Biurrun <diego at biurrun.de>
wrote:
> 
> 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

Hmmm…
I always do "make -k clean distclean" even before a "svn up"
(in case something changes interimly).
Anyway, I just undid this patch and the build seems to go fine (again),
so I cannot reproduce it ATM.
Leading me to wonder that I must've "svn up" during an odd moment at
that particular time (not unheard of here lol).
For history,
I do know, before, the build stopped with a "can't find libavutil/bswap.h"
type error, and I knew how to fix that rather quickly, then waited many
days to see if anyone else noticed it, before I made the post.
Sorry…




More information about the MPlayer-dev-eng mailing list