[MPlayer-dev-eng] [PATCH] Allow mpbswap.h to find ffmpeg-related includes.
Diego Biurrun
diego at biurrun.de
Sat Oct 9 14:33:36 CEST 2010
On Sat, Oct 09, 2010 at 02:51:19AM +0000, SciFi wrote:
> 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?
>
> 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…
Please, no need to apologize. I'm glad to hear the problem is gone
and I don't have another bug to attend to :)
Diego
More information about the MPlayer-dev-eng
mailing list