[FFmpeg-cvslog] mips: do not disable any feature for generic cores
Vicente Olivert Riera
git at videolan.org
Sat Feb 27 04:26:21 CET 2016
ffmpeg | branch: master | Vicente Olivert Riera <Vincent.Riera at imgtec.com> | Wed Feb 24 16:38:21 2016 +0000| [5156578d1f486163d5b83f1d63246cd23d107933] | committer: Michael Niedermayer
mips: do not disable any feature for generic cores
We don't know which features are available when the user selects a
generic core, so don't disable anything by default and let the user
decide.
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=5156578d1f486163d5b83f1d63246cd23d107933
---
configure | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure b/configure
index 7bf6236..f4b821a 100755
--- a/configure
+++ b/configure
@@ -4258,8 +4258,8 @@ elif enabled mips; then
esac
;;
generic)
- disable mips64r6
- disable msa
+ # We do not disable anything. Is up to the user to disable
+ # the unwanted features.
;;
*)
# Unknown CPU. Disable everything.
More information about the ffmpeg-cvslog
mailing list