[MPlayer-cvslog] r25520 - trunk/vidix/Makefile

Diego Biurrun diego at biurrun.de
Wed Dec 26 22:03:44 CET 2007


On Mon, Dec 24, 2007 at 10:31:24PM +0100, Dominik 'Rathann' Mierzejewski wrote:
> On Monday, 24 December 2007 at 11:00, diego wrote:
> > 
> > Log:
> > pci_db2c.awk creates more than just two .c files, add the rest to the rule.
> 
> That might be the fix I was looking for for my problems with parallel make
> builds. I'll try to test it later.

No, see Bugzilla #967.  The problem is that 'make depend' does not
create dependencies for for objects that are not directly derived from
their sources by replacing .c with .o.  For example:

radeon_vid.c -+-> radeon_vid.o
              +-> rage128_vid.o

Possibly we will have to add some header dependencies manually.

> Merry Christmas ;)

For you all as well :)

Diego



More information about the MPlayer-cvslog mailing list