[MPlayer-dev-eng] [PATCH 3/5] Prettify main MPlayer source file.

Ingo Brückl ib at wupperonline.de
Sun Apr 17 11:03:45 CEST 2011


Reimar Döffinger wrote on Sat, 16 Apr 2011 15:41:33 +0200:

> On Sat, Apr 16, 2011 at 12:02:51AM +0200, Clément Boesch wrote:
>> Direct use of uncrustify profile with mplayer.c

> I thnk I mentioned it before: I'd really like to have a description
> e.g. in DOCS/tech/svn-howto how to verify that the binary has not
> changed.
> Maybe it can even be done with some helper-stuff in the Makefile.

I do (in short):

  make file.c
  mv file.o somewhere
  uncrustify file.c
  make file.c
  cmp file.o somewhere/file.o

Something like this (with file.c backup) should be easily doable in the
Makefile, but due to my experience in Makefile changes I don't feel like
making a start on it. ;-)

Ingo


More information about the MPlayer-dev-eng mailing list