On Wed, Jan 06, 2016 at 09:28:33PM +0100, Vicente Olivert Riera wrote:
> 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."

We have a warn() function in configure.

[...]

-- 
Clément B.

Attachment: signature.asc
Description: PGP signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to