提交 6dc7b6b3 编写于 作者: D Diego Biurrun

Detect some more ARM CPU types.

Patch taken from the Debian package by Sam Hocevar.

Originally committed as revision 6870 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 28d8e661
......@@ -366,8 +366,8 @@ case "$arch" in
fi
fi
;;
# armv4l is a subset of armv5tel
arm|armv4l|armv5tel)
# armv4l is a subset of armv[567]*l
arm|armv[4567]*l)
arch="armv4l"
;;
alpha)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册