[Mplayer-cvslog] CVS: main configure,1.127,1.128

Arpi of Ize arpi at mplayer.dev.hu
Fri Aug 3 20:50:57 CEST 2001


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

Modified Files:
	configure 
Log Message:
define USE_MMX_IDCT for libavcodec

Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -r1.127 -r1.128
--- configure	3 Aug 2001 18:34:59 -0000	1.127
+++ configure	3 Aug 2001 18:50:54 -0000	1.128
@@ -1962,6 +1962,10 @@
 $_mmx2     // only define if you have MMX2 (Athlon/PIII/4/CelII)
 $_ssem     // only define if you have SSE (Intel Pentium III/4 or Celeron II)
 
+#ifdef HAVE_MMX
+#define USE_MMX_IDCT
+#endif
+
 /* libvo options */
 #define SCREEN_SIZE_X $_x
 #define SCREEN_SIZE_Y $_y




More information about the MPlayer-cvslog mailing list