mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-04-11 03:32:39 +00:00
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
4
configure
vendored
4
configure
vendored
@ -1897,7 +1897,7 @@ case "$arch" in
|
|||||||
mips|mipsel|IP*)
|
mips|mipsel|IP*)
|
||||||
arch="mips"
|
arch="mips"
|
||||||
;;
|
;;
|
||||||
mips64)
|
mips64*)
|
||||||
arch="mips"
|
arch="mips"
|
||||||
subarch="mips64"
|
subarch="mips64"
|
||||||
;;
|
;;
|
||||||
@ -1911,7 +1911,7 @@ case "$arch" in
|
|||||||
"Power Macintosh"|ppc|powerpc)
|
"Power Macintosh"|ppc|powerpc)
|
||||||
arch="ppc"
|
arch="ppc"
|
||||||
;;
|
;;
|
||||||
ppc64)
|
ppc64|powerpc64)
|
||||||
arch="ppc"
|
arch="ppc"
|
||||||
subarch="ppc64"
|
subarch="ppc64"
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user