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
Make mips64 a separate arch with fast_64bit.
Originally committed as revision 16101 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun
17 years ago
parent
7f37f5687d
commit
de3a124064
1 changed files
with
5 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-1
configure
+ 5
- 1
configure
View File
@@ -1322,9 +1322,13 @@ EOF
enable fast_64bit
enable fast_unaligned
;;
mips|mipsel|
mips64|
IP*)
mips|mipsel|IP*)
arch="mips"
;;
mips64)
arch="mips"
enable fast_64bit
;;
sun4u|sparc64)
arch="sparc64"
enable fast_64bit
Write
Preview
Loading…
Cancel
Save