This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
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
6282bdc2bf
commit
23679d82f6
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save