[Mplayer-cvslog] CVS: main configure,1.43,1.44

Nick Kurshev nickols_k at users.sourceforge.net
Wed May 9 09:52:05 CEST 2001


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

Modified Files:
	configure 
Log Message:
K7 3dnow-dsp detection

Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.43
retrieving revision 1.44
diff -C2 -r1.43 -r1.44
*** configure	2001/05/08 21:49:00	1.43
--- configure	2001/05/09 07:52:03	1.44
***************
*** 82,85 ****
--- 82,86 ----
          --enable-mmx2           build with mmx2 support (PIII, Athlon) [autodetect]
          --enable-3dnow          build with 3dnow! support [autodetect]
+         --enable-3dnowex        build with 3dnow-dsp! support (K7) [autodetect]
          --enable-sse            build with sse support [autodetect]
          --enable-gl             build with OpenGL render support [autodetect]
***************
*** 197,200 ****
--- 198,202 ----
  _mmx2=no
  _3dnow=no
+ _3dnowex=no
  _mtrr=no
  _sse=no
***************
*** 239,242 ****
--- 241,249 ----
          _mpg123=yes
          ;;
+   3dnowext)
+         _3dnow=yes
+         _3dnowex=yes
+         _mpg123=yes
+         ;;
    mmx)
          _mmx=yes
***************
*** 532,535 ****
--- 539,546 ----
          _3dnow=yes
          ;;
+   --enable-3dnowex)
+         _3dnow=yes
+         _3dnowex=yes
+         ;;
    --enable-mmx)
          _mmx=yes
***************
*** 606,609 ****
--- 617,624 ----
    --disable-3dnow)
          _3dnow=no
+         _3dnowex=no
+         ;;
+   --disable-3dnowex)
+         _3dnowex=no
          ;;
    --disable-mmx)
***************
*** 704,707 ****
--- 719,723 ----
  echo "Checking for mmx2 support ... $_mmx2"
  echo "Checking for 3dnow support ... $_3dnow"
+ echo "Checking for 3dnowex support ... $_3dnowex"
  echo "Checking for sse support ... $_sse"
  echo "Checking for mtrr support ... $_mtrr"
***************
*** 871,874 ****
--- 887,896 ----
  fi
  
+ if [ $_3dnowex = yes ]; then
+  _3dnowexm='#define HAVE_3DNOWEX'
+ else
+  _3dnowexm='#undef HAVE_3DNOWEX'
+ fi
+ 
  if [ $_sse = yes ]; then
   _ssem='#define HAVE_SSE'
***************
*** 1082,1085 ****
--- 1104,1108 ----
  $_mlib     // available only on solaris
  $_3dnowm   // only define if you have 3DNOW (AMD k6-2, AMD Athlon, iDT WinChip, etc.)
+ $_3dnowexm // only define if you have 3DNOWEX (AMD Athlon, etc.)
  $_mmx      // only define if you have MMX
  $_mmx2     // only define if you have MMX2
***************
*** 1155,1158 ****
--- 1178,1185 ----
  echo "Creating mp3lib/config.mak"
  
+ if [ $_3dnowex = yes ]; then
+  _3dnowobjectsrcs='dct36_k7.s dct64_k7.s decode_k7.s dct36_3dnow.s dct64_3dnow.s decode_3dnow.s'
+  _3dnowobjectobjs='dct36_k7.o dct64_k7.o decode_k7.o dct36_3dnow.o dct64_3dnow.o decode_3dnow.o'
+ else
  if [ $_3dnow = yes ]; then
   _3dnowobjectsrcs='dct36_3dnow.s dct64_3dnow.s decode_3dnow.s'
***************
*** 1161,1164 ****
--- 1188,1192 ----
   _3dnowobjectsrcs=
   _3dnowobjectobjs=
+ fi
  fi
  


_______________________________________________
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