[Mplayer-cvslog] CVS: main/libmpcodecs vf_halfpack.c,1.1,1.2

Arpi of Ize arpi at mplayerhq.hu
Fri Aug 30 16:32:50 CEST 2002


Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var/tmp.root/cvs-serv3668

Modified Files:
	vf_halfpack.c 
Log Message:
align fix - Björn Sandell <biorn at dce.chalmers.se>


Index: vf_halfpack.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vf_halfpack.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vf_halfpack.c	30 Aug 2002 06:16:40 -0000	1.1
+++ vf_halfpack.c	30 Aug 2002 14:32:47 -0000	1.2
@@ -37,7 +37,7 @@
 	for (h/=2; h; h--) {
 		asm (
 			"pxor %%mm0, %%mm0 \n\t"
-			".align 16 \n\t"
+			".balign 16 \n\t"
 			"1: \n\t"
 			"movq (%0), %%mm1 \n\t"
 			"movq (%0), %%mm2 \n\t"




More information about the MPlayer-cvslog mailing list