[FFmpeg-devel] [PATCH v3 06/14] mips: i6400 core does have an FPU, so not disable it
Vicente Olivert Riera
Vincent.Riera at imgtec.com
Thu Dec 3 14:22:21 CET 2015
Signed-off-by: Vicente Olivert Riera <Vincent.Riera at imgtec.com>
---
Changes v2 -> v3:
- Nothing.
Changes v1 -> v2:
- Fix a grammar mistake in the commit log. Change "do has" by "does
have". Thanks to Moritz Barsnick:
https://lists.ffmpeg.org/pipermail/ffmpeg-devel/2015-November/183437.html
configure | 1 -
1 file changed, 1 deletion(-)
diff --git a/configure b/configure
index 62dd3a4..045f5bf 100755
--- a/configure
+++ b/configure
@@ -4104,7 +4104,6 @@ elif enabled mips; then
i6400)
disable mipsdsp
disable mipsdspr2
- disable mipsfpu
check_cflags "-mtune=i6400 -mabi=64" &&
check_cflags "-mfp64 -msched-weight -mload-store-pairs -funroll-loops" &&
check_ldflags "-mabi=64" &&
--
2.4.10
More information about the ffmpeg-devel
mailing list