configure: allow mips64el and powerpc64 as values for --arch
Originally committed as revision 22439 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
594a9aebbe
commit
47b1860eef
1 changed files with 2 additions and 2 deletions
4
configure
vendored
4
configure
vendored
|
|
@ -1897,7 +1897,7 @@ case "$arch" in
|
|||
mips|mipsel|IP*)
|
||||
arch="mips"
|
||||
;;
|
||||
mips64)
|
||||
mips64*)
|
||||
arch="mips"
|
||||
subarch="mips64"
|
||||
;;
|
||||
|
|
@ -1911,7 +1911,7 @@ case "$arch" in
|
|||
"Power Macintosh"|ppc|powerpc)
|
||||
arch="ppc"
|
||||
;;
|
||||
ppc64)
|
||||
ppc64|powerpc64)
|
||||
arch="ppc"
|
||||
subarch="ppc64"
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue