[MPlayer-cvslog] r27630 - trunk/configure

Diego Biurrun diego at biurrun.de
Mon Sep 22 00:52:57 CEST 2008


On Sat, Sep 20, 2008 at 10:14:18PM +0200, Reimar Döffinger wrote:
> On Tue, Sep 16, 2008 at 03:15:15PM +0200, diego wrote:
> > 
> > Log:
> > Do not clobber _inc_extra variable when setting initial include flags.
> > based on patch by Andrew Wason, rectalogic rectalogic com
> > 
> > --- trunk/configure	(original)
> > +++ trunk/configure	Tue Sep 16 15:15:13 2008
> > @@ -1354,7 +1354,7 @@ if test "$_runtime_cpudetection" = yes &
> >  
> > -_inc_extra=-I.
> > +_inc_extra="$_inc_extra -I."
> 
> I think that was a really stupid idea to add -I. at the end.
> I had set extra includes to the libnemesi directory I had here and now
> all MPlayer files ended up using the libnemesi config.h, of course
> resulting in a giant mess that had me puzzled until I used strace.

The idea was to be able to override internal headers.  It's probably too
much trouble, so I changed it back.

Diego



More information about the MPlayer-cvslog mailing list