[MPlayer-cvslog] r29041 - trunk/Makefile

Diego Biurrun diego at biurrun.de
Tue Mar 24 11:14:24 CET 2009


On Tue, Mar 24, 2009 at 01:46:03AM +0200, Uoti Urpala wrote:
> On Mon, 2009-03-23 at 23:42 +0100, diego wrote:
> > Log:
> > Do not use full CFLAGS to build codec-cfg, they are unnecessary.
> 
> >  codec-cfg$(EXESUF): codec-cfg.c help_mp.h
> > -	$(HOST_CC) -O -DCODECS2HTML $(EXTRA_INC) -o $@ $<
> > +	$(HOST_CC) -O -DCODECS2HTML -I. -o $@ $<
> 
> This exactly reverts a commit you did earlier. Have the reasons for that
> earlier change disappeared? (IIRC it was done for separate libavutil
> support or something like that.)

This was the only place EXTRA_INC was used, I wanted to get rid of it.
I am also a bit suspicious of using the very same CFLAGS with HOST_CC.

Diego


More information about the MPlayer-cvslog mailing list