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
Define ARCH_MIPS64 when building for MIPS64
Originally committed as revision 18874 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Måns Rullgård
16 years ago
parent
08a85a59d6
commit
bae3abb02c
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
configure
+ 2
- 0
configure
View File
@@ -830,6 +830,7 @@ ARCH_LIST='
ia64
m68k
mips
mips64
parisc
ppc
s390
@@ -1499,6 +1500,7 @@ case "$arch" in
;;
mips64)
arch="mips"
subarch="mips64"
enable fast_64bit
;;
parisc|hppa)
Write
Preview
Loading…
Cancel
Save