[FFmpeg-devel] [PATCH v3 07/14] mips: i6400 core is not mips32r2, so disable mips32r2
Vicente Olivert Riera
Vincent.Riera at imgtec.com
Thu Dec 3 14:22:22 CET 2015
Signed-off-by: Vicente Olivert Riera <Vincent.Riera at imgtec.com>
---
Changes v2 -> v3:
- Nothing.
Changes v1 -> v2:
- Nothing.
configure | 1 +
1 file changed, 1 insertion(+)
diff --git a/configure b/configure
index 045f5bf..ca6e0a0 100755
--- a/configure
+++ b/configure
@@ -4102,6 +4102,7 @@ elif enabled mips; then
add_asflags "-mfp64"
;;
i6400)
+ disable mips32r2
disable mipsdsp
disable mipsdspr2
check_cflags "-mtune=i6400 -mabi=64" &&
--
2.4.10
More information about the ffmpeg-devel
mailing list