[MPlayer-cvslog] r31490 - in trunk: cfg-common.h gui/interface.c libmpcodecs/vf.h

Diego Biurrun diego at biurrun.de
Mon Jun 21 13:01:47 CEST 2010


On Sun, Jun 20, 2010 at 08:14:29PM +0200, Attila Kinali wrote:
> On Sun, 20 Jun 2010 17:38:39 +0200 (CEST)
> diego <subversion at mplayerhq.hu> wrote:
> > 
> > Log:
> > Move extern declarations for vf.c variables to vf.h.
> 
> Diego, could you at least compile your code before commiting?

I always compile before committing.  This slipped through by way of a
subtle interaction of 'make checkheaders' and .d file generation.
Witness:

silver:mplayer $ touch libmpcodecs/vf.h
silver:mplayer $ make libmpcodecs/vf.o
cc -MD -MP [...] -c -o libmpcodecs/vf.o libmpcodecs/vf.c
silver:mplayer $ make libmpcodecs/vf.ho
cc -MD -MP [...] -c -o libmpcodecs/vf.ho -x c libmpcodecs/vf.h
silver:mplayer $ touch libmpcodecs/vf.h
silver:mplayer $ make libmpcodecs/vf.o
make: `libmpcodecs/vf.o' is up to date.

I'll try to figure out how to fix this cleanly.

Diego


More information about the MPlayer-cvslog mailing list