[MPlayer-cvslog] CVS: main configure,1.1080,1.1081
    Diego Biurrun CVS 
    syncmail at mplayerhq.hu
       
    Sun Oct 16 19:45:02 CEST 2005
    
    
  
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv8724
Modified Files:
	configure 
Log Message:
Add MIPS64 detection.
patch by Luca Barbato < lu_zero == at == gentoo == dot == org >
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.1080
retrieving revision 1.1081
diff -u -r1.1080 -r1.1081
--- configure	15 Oct 2005 10:46:24 -0000	1.1080
+++ configure	16 Oct 2005 17:44:58 -0000	1.1081
@@ -514,7 +514,7 @@
       arm*) host_arch=arm ;;
       s390) host_arch=s390 ;;
       s390x) host_arch=s390x ;;
-      mips) host_arch=mips ;;
+      mips*) host_arch=mips ;;
       vax) host_arch=vax ;;
       *) host_arch=UNKNOWN ;;
     esac
    
    
More information about the MPlayer-cvslog
mailing list