Commit 03642694 authored by mru's avatar mru

Define ARCH_MIPS64 when building for MIPS64

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18874 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 7ab2b4dc
...@@ -830,6 +830,7 @@ ARCH_LIST=' ...@@ -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 ...@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment