[Mplayer-cvslog] CVS: main configure,1.825,1.826
Alex Beregszaszi
alex at mplayerhq.hu
Fri Jan 2 15:06:49 CET 2004
Update of /cvsroot/mplayer/main
In directory mail:/tmp/cvs-serv30651
Modified Files:
configure
Log Message:
x86_64/amd64 detection under freebsd
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.825
retrieving revision 1.826
diff -u -r1.825 -r1.826
--- configure 31 Dec 2003 21:35:52 -0000 1.825
+++ configure 2 Jan 2004 14:06:47 -0000 1.826
@@ -431,7 +431,7 @@
case "`( uname -m ) 2>&1`" in
i[3-9]86*|x86|x86pc|k5|k6|k6_2|k6_3|k6-2|k6-3|pentium*|athlon*|i586_i686|i586-i686) host_arch=i386 ;;
ia64) host_arch=ia64 ;;
- x86_64) host_arch=x86_64 ;;
+ x86_64|amd64) host_arch=x86_64 ;;
ppc) host_arch=ppc ;;
alpha) host_arch=alpha ;;
sparc*) host_arch=sparc ;;
More information about the MPlayer-cvslog
mailing list