diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2003-06-24 15:42:10 +0000 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2003-06-24 15:42:10 +0000 |
commit | 93caefc7d6608f109ae9ab16c2f6d5ae6c75cffd (patch) | |
tree | 6fda60633bc771aed04906f29c09fd8ba742284a /configure | |
parent | 1dff7d56ad940ebbb3b741743462b2970b34d404 (diff) | |
download | ffmpeg-93caefc7d6608f109ae9ab16c2f6d5ae6c75cffd.tar.gz |
support for armv5tel (XScale used in iPAQs)
Originally committed as revision 1986 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |