Commit 8e15bf58 authored by al3x's avatar al3x

support for armv5tel (XScale used in iPAQs)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1986 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 378a5ddb
......@@ -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