[Mplayer-cvslog] CVS: main/libvo osd.c,1.4,1.5

Michael Niedermayer michaelni at gmx.at
Sat Nov 10 21:29:15 CET 2001


On Saturday 10 November 2001 20:38, Felix Buenemann wrote:
> On Saturday, 10. November 2001 20:47, you wrote:
> > > If you don't like for(cond;cond;cond) C-constructions and prefer
> > > asm ones: "jb 1b" then use .align 16 pseudo assembler instructions
> > > else loops rather will be not aligned on correct boundary.
> >
> > ok, done i think, did i miss any loops?
>
> you should use .balign instead of .align it makes sure the value given
> afzer is interpreted as bytes, this is not always the case with .align (it
> matters for example for a.out or PE-executables).
ok

Michael



More information about the MPlayer-cvslog mailing list