[FFmpeg-cvslog] mips: i6400 core is not mips32r2, so disable mips32r2

Vicente Olivert Riera git at videolan.org
Wed Dec 16 14:04:55 CET 2015


ffmpeg | branch: master | Vicente Olivert Riera <Vincent.Riera at imgtec.com> | Thu Dec  3 13:22:22 2015 +0000| [e8bc43fe473017c4748bcd810e65eb4c71aeeebf] | committer: Michael Niedermayer

mips: i6400 core is not mips32r2, so disable mips32r2

Signed-off-by: Vicente Olivert Riera <Vincent.Riera at imgtec.com>
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e8bc43fe473017c4748bcd810e65eb4c71aeeebf
---

 configure |    1 +
 1 file changed, 1 insertion(+)

diff --git a/configure b/configure
index 4ada587..a799b48 100755
--- a/configure
+++ b/configure
@@ -4163,6 +4163,7 @@ elif enabled mips; then
             add_asflags "-mfp64"
         ;;
         i6400)
+            disable mips32r2
             disable mipsdsp
             disable mipsdspr2
             check_cflags "-mtune=i6400 -mabi=64" &&



More information about the ffmpeg-cvslog mailing list