[Mplayer-cvslog] CVS: main configure,1.49,1.50

Nick Kurshev nickols_k at users.sourceforge.net
Tue May 22 09:45:37 CEST 2001


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

Modified Files:
	configure 
Log Message:
x86 assembler optimization

Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.49
retrieving revision 1.50
diff -C2 -r1.49 -r1.50
*** configure	2001/05/17 16:40:29	1.49
--- configure	2001/05/22 07:45:35	1.50
***************
*** 7,10 ****
--- 7,13 ----
  # Changes in reversed order:
  #
+ # 2001/05/22 by Nick Kurshev
+ #  - added definition of CPU clone
+ #
  # 2001/04/16 by LGB
  #  - added libcss stuffs
***************
*** 294,297 ****
--- 297,301 ----
  
  proc=pentium
+ iproc=586
  
  case "$pvendor" in
***************
*** 300,306 ****
--- 304,312 ----
      3)
        proc=i386
+       iproc=386
        ;;
      4)
        proc=i486
+       iproc=486
        ;;
      5)
***************
*** 310,319 ****
--- 316,328 ----
      	    proc=k5
        fi
+       iproc=586
        ;;
      6|7)				# LGB: Though it seems Athlon CPUs returns with "6"
        proc=k7
+       iproc=686
        ;;
      *)
        proc=pentium
+       iproc=586
        ;;
     esac
***************
*** 323,338 ****
--- 332,352 ----
      3)
        proc=i386
+       iproc=386
        ;;
      4)
        proc=i486
+       iproc=486
        ;;
      5)
        proc=pentium
+       iproc=586
        ;;
      6)
        proc=i686
+       iproc=686
        ;;
      *)
        proc=pentium
+       iproc=586
        ;;
     esac
***************
*** 342,351 ****
--- 356,368 ----
      3)
        proc=i386
+       iproc=386
        ;;
      4)
        proc=i486
+       iproc=486
        ;;
      *)
        proc=pentium
+       iproc=586
        ;;
     esac
***************
*** 353,356 ****
--- 370,374 ----
   *)
     proc=pentium
+    iproc=586
     ;;
  esac
***************
*** 1091,1101 ****
  
  #define ARCH_X86
  
! /////////////////////////////////////////////////////////////////////////////
! //
! // NOTE: Instead of modifying these here, use the --enable/--disable options
! //       of the ./configure script! See ./configure --help for details.
! //
! /////////////////////////////////////////////////////////////////////////////
  
  /* termcap flag for getch2.c */
--- 1109,1123 ----
  
  #define ARCH_X86
+ 
+ /* Define this to any prefered value from 386 up to infinity with step 100 */
+ #define __CPU__ $iproc
  
! /*----------------------------------------------------------------------------
! **
! ** NOTE: Instead of modifying these definitions here, use the
! **       --enable/--disable options of the ./configure script!
! **       See ./configure --help for details.
! **
! *---------------------------------------------------------------------------*/
  
  /* termcap flag for getch2.c */


_______________________________________________
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