[Mplayer-cvslog] CVS: main configure,1.261,1.262

pl pl at mplayer.dev.hu
Mon Nov 19 02:35:26 CET 2001


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

Modified Files:
	configure 
Log Message:
missing parts of --target support


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.261
retrieving revision 1.262
diff -u -r1.261 -r1.262
--- configure	19 Nov 2001 01:03:11 -0000	1.261
+++ configure	19 Nov 2001 01:35:23 -0000	1.262
@@ -371,7 +371,8 @@
 fi
 
 # Try to find the available options for the current CPU
-if test "$host_arch" = i386 ; then
+if test "$host_arch" = i386 || test "$host_arch" = i486 || 
+   test "$host_arch" = i586 || test "$host_arch" = i686; then
   if test -r /proc/cpuinfo ; then
     # linux with /proc mounted, extract cpu information from it
     _cpuinfo="cat /proc/cpuinfo"
@@ -426,7 +427,7 @@
 
 
 case "$host_arch" in
-  i386)
+  i386|i486|i586|i686)
   _def_arch="#define ARCH_X86 1"
   _target_arch="TARGET_ARCH_X86 = yes"
   _def_words_endian="#undef WORDS_BIGENDIAN"




More information about the MPlayer-cvslog mailing list