[FFmpeg-cvslog] mips: display a warning message when using an unknown CPU
Vicente Olivert Riera
git at videolan.org
Wed Jan 6 21:28:33 CET 2016
ffmpeg | branch: master | Vicente Olivert Riera <Vincent.Riera at imgtec.com> | Wed Jan 6 16:55:29 2016 +0000| [6282bdc2bf36ce492d233db38bce219a1a976cfe] | committer: Michael Niedermayer
mips: display a warning message when using an unknown CPU
Signed-off-by: Vicente Olivert Riera <Vincent.Riera at imgtec.com>
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6282bdc2bf36ce492d233db38bce219a1a976cfe
---
configure | 2 ++
1 file changed, 2 insertions(+)
diff --git a/configure b/configure
index 4d6d4fc..6fda30b 100755
--- a/configure
+++ b/configure
@@ -4238,6 +4238,8 @@ elif enabled mips; then
disable msa
;;
*)
+ # Unknown CPU. Disable everything.
+ echo "Warning: unknown CPU. Disabling all MIPS optimizations."
disable mipsfpu
disable mips32r2
disable mips32r6
More information about the ffmpeg-cvslog
mailing list