[MPlayer-cvslog] r34302 - trunk/configure

Diego Biurrun diego at biurrun.de
Mon Nov 7 22:38:05 CET 2011


On Mon, Nov 07, 2011 at 07:41:36PM +0100, Reimar Döffinger wrote:
> On Mon, Nov 07, 2011 at 07:29:53PM +0100, Diego Biurrun wrote:
> > On Sat, Nov 05, 2011 at 02:47:51PM +0100, cehoyos wrote:
> > > 
> > > Log:
> > > Define HAVE_YASM etc. not only for x86.
> > 
> > ... and this you did - why?  YASM is x86-only.
> 
> Because it is valid to use
> if (HAVE_YASM) some_init();
> in non-x86 code (we use that kind of thing in other
> places to avoid an #if).
> In that specific case the file is diracdsp.c

Wrong - the C code should not have to care how arch-specific
optimizations are implemented beyond calling the right init
under ARCH_FOO.

> And now I'd like to add that please think twice before
> committing something with a one-line commit message.
> Because that most likely means you forgot to mention
> something that would have made it a lot easier to understand
> _why_ you are doing the change - this one really is not
> obvious.

+1

Diego


More information about the MPlayer-cvslog mailing list