Commit 93caefc7 authored by Alex Beregszaszi's avatar Alex Beregszaszi

support for armv5tel (XScale used in iPAQs)

Originally committed as revision 1986 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 1dff7d56
......@@ -33,7 +33,8 @@ case "$cpu" in
i386|i486|i586|i686|i86pc|BePC)
cpu="x86"
;;
armv4l)
# armv4l is a subset of armv5tel
armv4l|armv5tel)
cpu="armv4l"
;;
alpha)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment