Define ARCH_MIPS64 when building for MIPS64

Originally committed as revision 18874 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård 2009-05-19 19:40:24 +00:00
parent 08a85a59d6
commit bae3abb02c

2
configure vendored
View File

@ -830,6 +830,7 @@ ARCH_LIST='
ia64
m68k
mips
mips64
parisc
ppc
s390
@ -1499,6 +1500,7 @@ case "$arch" in
;;
mips64)
arch="mips"
subarch="mips64"
enable fast_64bit
;;
parisc|hppa)