1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

support for armv5tel (XScale used in iPAQs)

Originally committed as revision 1986 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Alex Beregszaszi 2003-06-24 15:42:10 +00:00
parent 1dff7d56ad
commit 93caefc7d6

3
configure vendored
View File

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