1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-02-04 06:08:26 +02:00

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>
This commit is contained in:
Vicente Olivert Riera 2016-02-24 16:38:21 +00:00 committed by Michael Niedermayer
parent 8514fb6b98
commit 5156578d1f

4
configure vendored
View File

@ -4258,8 +4258,8 @@ elif enabled mips; then
esac esac
;; ;;
generic) generic)
disable mips64r6 # We do not disable anything. Is up to the user to disable
disable msa # the unwanted features.
;; ;;
*) *)
# Unknown CPU. Disable everything. # Unknown CPU. Disable everything.