view asmalign.h @ 18297:dc6312c0ee19

(.)~(.) (-------) ---ooO-----Ooo----------------------- Update mencoder.xml to 1.100 (up from 1.37) Weeee! Patch by LMJ <linuxmasterjedi AH free POIS fr> Add encoding-guide.xml (translated by Johan Bos) to the build system (couldn't be done before because of the cross-links dependencies). Foggy team is out to kick ass and take names!!! ------------------------------------- ( ) ( ) /|\ /|\
author gpoirier
date Wed, 26 Apr 2006 19:29:17 +0000
parents 7b408d60de9e
children
line wrap: on
line source

#ifdef SYS_DARWIN
#define ASMALIGN8  ".align 3\n\t"
#define ASMALIGN16 ".align 4\n\t"
#else
#define ASMALIGN8  ".balign 8\n\t"
#define ASMALIGN16 ".balign 16\n\t"
#endif