git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
30d770c
)
mips: i6400 core is not mips32r2, so disable mips32r2
author
Vicente Olivert Riera
<Vincent.Riera@imgtec.com>
Thu, 3 Dec 2015 13:22:22 +0000
(13:22 +0000)
committer
Michael Niedermayer
<michael@niedermayer.cc>
Wed, 16 Dec 2015 13:03:57 +0000
(14:03 +0100)
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index
4ada587
..
a799b48
100755
(executable)
--- a/
configure
+++ b/
configure
@@
-4163,6
+4163,7
@@
elif enabled mips; then
add_asflags "-mfp64"
;;
i6400)
add_asflags "-mfp64"
;;
i6400)
+ disable mips32r2
disable mipsdsp
disable mipsdspr2
check_cflags "-mtune=i6400 -mabi=64" &&
disable mipsdsp
disable mipsdspr2
check_cflags "-mtune=i6400 -mabi=64" &&