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
This commit is contained in:
Diego Biurrun 2006-11-02 16:42:14 +00:00
parent 28d8e661af
commit 6dc7b6b377

4
configure vendored
View File

@ -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)