[Mplayer-cvslog] CVS: main/libmpcodecs vf_eq.c,1.3,1.4
Michael Niedermayer
michael at mplayerhq.hu
Wed Aug 28 02:24:29 CEST 2002
Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var/tmp.root/cvs-serv13071/libmpcodecs
Modified Files:
vf_eq.c
Log Message:
align -> balign patch by (Björn Sandell <biorn at dce dot chalmers dot se>)
Index: vf_eq.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vf_eq.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- vf_eq.c 23 Aug 2002 21:55:57 -0000 1.3
+++ vf_eq.c 28 Aug 2002 00:24:27 -0000 1.4
@@ -44,7 +44,7 @@
"movq (%6), %%mm4 \n\t"
"pxor %%mm0, %%mm0 \n\t"
"movl %4, %%eax\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