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:
08a85a5
)
Define ARCH_MIPS64 when building for MIPS64
author
Måns Rullgård
<mans@mansr.com>
Tue, 19 May 2009 19:40:24 +0000
(19:40 +0000)
committer
Måns Rullgård
<mans@mansr.com>
Tue, 19 May 2009 19:40:24 +0000
(19:40 +0000)
Originally committed as revision 18874 to svn://svn.ffmpeg.org/ffmpeg/trunk
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index
956bbbb
..
4a2234f
100755
(executable)
--- a/
configure
+++ b/
configure
@@
-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)