Define ARCH_MIPS64 when building for MIPS64

Originally committed as revision 18874 to svn://svn.ffmpeg.org/ffmpeg/trunk
release/0.6
Måns Rullgård 16 years ago
parent 08a85a59d6
commit bae3abb02c
  1. 2
      configure

2
configure vendored

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

Loading…
Cancel
Save