提交 47b1860e 编写于 作者: M Måns Rullgård

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

Originally committed as revision 22439 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 594a9aeb
......@@ -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"
;;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册