ffmpeg | branch: master | Vicente Olivert Riera <vincent.ri...@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.ri...@imgtec.com> Signed-off-by: Michael Niedermayer <mich...@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 _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog