Commit 6dc7b6b3 authored by Diego Biurrun's avatar 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
parent 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% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment