mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-23 04:24:35 +02:00
mips: disable all features in configure if no cpu is matched
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Reviewed-by: Nedeljko Babic <Nedeljko.Babic@imgtec.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
17fe18d21a
commit
50366b4295
9
configure
vendored
9
configure
vendored
@ -4131,6 +4131,15 @@ elif enabled mips; then
|
|||||||
disable mips64r6
|
disable mips64r6
|
||||||
disable msa
|
disable msa
|
||||||
;;
|
;;
|
||||||
|
*)
|
||||||
|
disable mipsfpu
|
||||||
|
disable mips32r2
|
||||||
|
disable mips32r5
|
||||||
|
disable mips64r6
|
||||||
|
disable mipsdspr1
|
||||||
|
disable mipsdspr2
|
||||||
|
disable msa
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
elif enabled ppc; then
|
elif enabled ppc; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user