This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
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
1dff7d56ad
commit
93caefc7d6
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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)
Write
Preview
Loading…
Cancel
Save