Index: configure =================================================================== RCS file: /cvsroot/mplayer/main/configure,v retrieving revision 1.910 diff -u -r1.910 configure --- configure 5 Sep 2004 17:46:33 -0000 1.910 +++ configure 7 Sep 2004 12:19:53 -0000 @@ -75,7 +75,7 @@ # x86/x86pc is used by QNX x86() { case "$host_arch" in - i[3-9]86|x86|x86pc|k5|k6|k6-2|k6-3|pentium*|athlon*|i586-i686) return 0 ;; + i[3-9]86|x86|x86pc|k5|k6|k6-2|k6-3|pentium*|athlon*|i586-i686|x86_64) return 0 ;; *) return 1 ;; esac } @@ -659,7 +659,7 @@ fi case "$host_arch" in - i[3-9]86|x86|x86pc|k5|k6|k6-2|k6-3|pentium*|athlon*|i586-i686) + i[3-9]86|x86|x86pc|k5|k6|k6-2|k6-3|pentium*|athlon*|i586-i686|x86_64) _def_arch="#define ARCH_X86 1" _target_arch="TARGET_ARCH_X86 = yes"