[Mplayer-cvslog] CVS: main/libavcodec dsputil.c,1.6,1.7

Nick Kurshev nick at mplayer.dev.hu
Thu Jul 19 10:15:56 CEST 2001


Update of /cvsroot/mplayer/main/libavcodec
In directory mplayer:/var/tmp.root/cvs-serv31906/main/libavcodec

Modified Files:
	dsputil.c 
Log Message:
Added MMX support for encoding

Index: dsputil.c
===================================================================
RCS file: /cvsroot/mplayer/main/libavcodec/dsputil.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- dsputil.c	17 Jul 2001 09:07:56 -0000	1.6
+++ dsputil.c	19 Jul 2001 08:15:53 -0000	1.7
@@ -68,6 +68,9 @@
 #endif
 }
 
+#ifdef HAVE_MMX
+#include "i386/dsputil_mmx.c"
+#else
 void get_pixels(DCTELEM *block, const UINT8 *pixels, int line_size)
 {
     DCTELEM *p;
@@ -91,9 +94,6 @@
     }
 }
 
-#ifdef HAVE_MMX
-#include "i386/dsputil_mmx.c"
-#else
 void put_pixels_clamped(const DCTELEM *block, UINT8 *pixels, int line_size)
 {
 




More information about the MPlayer-cvslog mailing list