mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-17 12:27:18 +00:00
configure: use warn() for mips unknown cpu warning
Found-by: ubitux Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
6282bdc2bf
commit
23679d82f6
2
configure
vendored
2
configure
vendored
@ -4239,7 +4239,7 @@ elif enabled mips; then
|
|||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
# Unknown CPU. Disable everything.
|
# Unknown CPU. Disable everything.
|
||||||
echo "Warning: unknown CPU. Disabling all MIPS optimizations."
|
warn "unknown CPU. Disabling all MIPS optimizations."
|
||||||
disable mipsfpu
|
disable mipsfpu
|
||||||
disable mips32r2
|
disable mips32r2
|
||||||
disable mips32r6
|
disable mips32r6
|
||||||
|
Loading…
Reference in New Issue
Block a user