[MPlayer-cvslog] CVS: main/libmpcodecs vf_pp7.c,1.1,1.2
Michael Niedermayer CVS
syncmail at mplayerhq.hu
Mon Jul 11 12:21:16 CEST 2005
CVS change done by Michael Niedermayer CVS
Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var2/tmp/cvs-serv31499
Modified Files:
vf_pp7.c
Log Message:
#ifdef HAVE_MMX
Index: vf_pp7.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vf_pp7.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vf_pp7.c 9 Jul 2005 07:49:51 -0000 1.1
+++ vf_pp7.c 11 Jul 2005 10:21:14 -0000 1.2
@@ -152,6 +152,7 @@
}
}
+#ifdef HAVE_MMX
static void dctB_mmx(DCTELEM *dst, DCTELEM *src){
asm volatile (
"movq (%0), %%mm0 \n\t"
@@ -183,6 +184,7 @@
:: "r" (src), "r"(dst)
);
}
+#endif
static void (*dctB)(DCTELEM *dst, DCTELEM *src)= dctB_c;
More information about the MPlayer-cvslog
mailing list