diff options
author | michael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-11-10 20:39:23 +0000 |
---|---|---|
committer | michael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-11-10 20:39:23 +0000 |
commit | 751324d0d3b7412297ed297883aede43c8cbdd61 (patch) | |
tree | 6150fdef8e78609e7198620f3deff494b2fc2260 /libvo | |
parent | 5f43d4efb06ef7e5d8d3e5c5d574a1e160a8dea4 (diff) | |
download | mpv-751324d0d3b7412297ed297883aede43c8cbdd61.tar.bz2 mpv-751324d0d3b7412297ed297883aede43c8cbdd61.tar.xz |
.balign or we´ll align by 64kb on some architectures
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2801 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r-- | libvo/osd.c | 4 | ||||
-rw-r--r-- | libvo/osd_template.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/libvo/osd.c b/libvo/osd.c index 2452f3b7a5..55c23dfb32 100644 --- a/libvo/osd.c +++ b/libvo/osd.c @@ -86,7 +86,7 @@ void vo_draw_alpha_rgb32(int w,int h, unsigned char* src, unsigned char *srca, i "pxor %%mm7, %%mm7 \n\t" "xorl %%eax, %%eax \n\t" "pcmpeqb %%mm6, %%mm6 \n\t" // F..F - ".align 16\n\t" + ".balign 16\n\t" "1: \n\t" "movq (%0, %%eax, 4), %%mm0 \n\t" // dstbase "movq %%mm0, %%mm1 \n\t" @@ -121,7 +121,7 @@ void vo_draw_alpha_rgb32(int w,int h, unsigned char* src, unsigned char *srca, i "xorl %%eax, %%eax \n\t" "xorl %%ebx, %%ebx \n\t" "xorl %%edx, %%edx \n\t" - ".align 16\n\t" + ".balign 16\n\t" "1: \n\t" "movb (%1, %%eax), %%bl \n\t" "cmpb $0, %%bl \n\t" diff --git a/libvo/osd_template.c b/libvo/osd_template.c index 2452f3b7a5..55c23dfb32 100644 --- a/libvo/osd_template.c +++ b/libvo/osd_template.c @@ -86,7 +86,7 @@ void vo_draw_alpha_rgb32(int w,int h, unsigned char* src, unsigned char *srca, i "pxor %%mm7, %%mm7 \n\t" "xorl %%eax, %%eax \n\t" "pcmpeqb %%mm6, %%mm6 \n\t" // F..F - ".align 16\n\t" + ".balign 16\n\t" "1: \n\t" "movq (%0, %%eax, 4), %%mm0 \n\t" // dstbase "movq %%mm0, %%mm1 \n\t" @@ -121,7 +121,7 @@ void vo_draw_alpha_rgb32(int w,int h, unsigned char* src, unsigned char *srca, i "xorl %%eax, %%eax \n\t" "xorl %%ebx, %%ebx \n\t" "xorl %%edx, %%edx \n\t" - ".align 16\n\t" + ".balign 16\n\t" "1: \n\t" "movb (%1, %%eax), %%bl \n\t" "cmpb $0, %%bl \n\t" |