Browse Source

configure: use warn() for mips unknown cpu warning

Found-by: ubitux
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
tags/n3.0
Michael Niedermayer 10 years ago
parent
commit
23679d82f6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      configure

+ 1
- 1
configure View File

@@ -4239,7 +4239,7 @@ elif enabled mips; then
;;
*)
# Unknown CPU. Disable everything.
echo "Warning: unknown CPU. Disabling all MIPS optimizations."
warn "unknown CPU. Disabling all MIPS optimizations."
disable mipsfpu
disable mips32r2
disable mips32r6


Loading…
Cancel
Save