projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1dff7d5
)
support for armv5tel (XScale used in iPAQs)
author
Alex Beregszaszi
<alex@rtfs.hu>
Tue, 24 Jun 2003 15:42:10 +0000
(15:42 +0000)
committer
Alex Beregszaszi
<alex@rtfs.hu>
Tue, 24 Jun 2003 15:42:10 +0000
(15:42 +0000)
Originally committed as revision 1986 to svn://svn.ffmpeg.org/ffmpeg/trunk
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index a92a60fe2654ad1787049c9575c1783dbfc154dd..4c7f6452f5e78842e743e8775f0ea9c650c3e7ad 100755
(executable)
--- a/
configure
+++ b/
configure
@@
-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)