[Mplayer-cvslog] CVS: main configure,1.17,1.18

GEREOFFY arpi_esp at users.sourceforge.net
Wed Apr 11 14:47:47 CEST 2001


Update of /cvsroot/mplayer/main
In directory usw-pr-cvs1:/tmp/cvs-serv19020

Modified Files:
	configure 
Log Message:
applied MMX2 memcpy() patch by Nick Kurshev

Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -r1.17 -r1.18
*** configure	2001/04/10 21:25:09	1.17
--- configure	2001/04/11 12:47:45	1.18
***************
*** 71,74 ****
--- 71,75 ----
          --cc                    use this C compiler to build MPlayer [gcc]
          --enable-mmx            build with mmx support [autodetect]
+         --enable-mmx2           build with mmx2 support (PIII, Athlon) [autodetect]
          --enable-3dnow          build with 3dnow! support [autodetect]
          --enable-sse            build with sse support [autodetect]
***************
*** 154,157 ****
--- 155,159 ----
  
  _mmx=no
+ _mmx2=no
  _3dnow=no
  _mtrr=no
***************
*** 194,197 ****
--- 196,202 ----
          _mmx=yes
          ;;
+   mmxext)
+         _mmx2=yes
+         ;;
    mtrr)
          _mtrr=yes
***************
*** 445,448 ****
--- 450,456 ----
          _mmx=yes
          ;;
+   --enable-mmx2)
+         _mmx2=yes
+         ;;
    --enable-mtrr)
    	_mtrr=yes
***************
*** 507,510 ****
--- 515,519 ----
    --disable-mmx)
          _mmx=no
+ 	_mmx2=no
          ;;
    --disable-mtrr)
***************
*** 574,577 ****
--- 583,587 ----
  echo "Optimizing to ... $proc"
  echo "Checking for mmx support ... $_mmx"
+ echo "Checking for mmx2 support ... $_mmx2"
  echo "Checking for 3dnow support ... $_3dnow"
  echo "Checking for sse support ... $_sse"
***************
*** 676,679 ****
--- 686,695 ----
  fi
  
+ if [ "$_mmx2" = "yes" ]; then
+  _mmx2='#define HAVE_MMX2'
+ else
+  _mmx2='#undef HAVE_MMX2'
+ fi
+ 
  if [ $_3dnow = yes ]; then
   _3dnowm='#define HAVE_3DNOW'
***************
*** 852,855 ****
--- 868,872 ----
  $_3dnowm   // only define if you have 3DNOW (AMD k6-2, AMD Athlon, iDT WinChip, etc.)
  $_mmx      // only define if you have MMX
+ $_mmx2     // only define if you have MMX2
  $_ssem     // only define if you have SSE (Intel Pentium III or Celeron II)
  


_______________________________________________
Mplayer-cvslog mailing list
Mplayer-cvslog at lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog



More information about the MPlayer-cvslog mailing list