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

Felix Buenemann atmosfear at users.sourceforge.net
Sat Nov 10 20:38:43 CET 2001


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).
-- 
Best Regards,
	Atmos
____________________________________________
- MPlayer Developer - http://mplayerhq.hu/ -
____________________________________________



More information about the MPlayer-cvslog mailing list