Browse Source

support for armv5tel (XScale used in iPAQs)

Originally committed as revision 1986 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Alex Beregszaszi 23 years ago
parent
commit
93caefc7d6
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      configure

+ 2
- 1
configure 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)


Loading…
Cancel
Save