[FFmpeg-devel] [PATCH v2 11/13] Remove the MIPS "generic" core in favor of "*"
Vicente Olivert Riera
Vincent.Riera at imgtec.com
Wed Nov 18 12:13:47 CET 2015
There is no point to have a "generic" core when we can catch all
unsupported cores with the "*" option, so remove it.
Signed-off-by: Vicente Olivert Riera <Vincent.Riera at imgtec.com>
---
Changes v1 -> v2:
- Nothing.
configure | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/configure b/configure
index fc3d559..7d87e5c 100755
--- a/configure
+++ b/configure
@@ -4154,10 +4154,6 @@ elif enabled mips; then
;;
esac
;;
- generic)
- disable mips64r6
- disable msa
- ;;
*)
disable mipsfpu
disable mips32r2
--
1.7.1
More information about the ffmpeg-devel
mailing list