Browse Source

configure: allow mips64el and powerpc64 as values for --arch

Originally committed as revision 22439 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Måns Rullgård 15 years ago
parent
commit
47b1860eef
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      configure

+ 2
- 2
configure View File

@@ -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…
Cancel
Save