diff options
author | Vicente Olivert Riera <Vincent.Riera@imgtec.com> | 2016-02-24 16:38:21 +0000 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2016-02-27 04:22:56 +0100 |
commit | 5156578d1f486163d5b83f1d63246cd23d107933 (patch) | |
tree | 732b088870d878630d76e8ca18c8117de12c21b5 /configure | |
parent | 8514fb6b987c20da34f566b5f92bededd836c8ab (diff) | |
download | ffmpeg-5156578d1f486163d5b83f1d63246cd23d107933.tar.gz |
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@imgtec.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |