[FFmpeg-devel] [PATCH v4 14/14] mips: display a warning message when using an unknown CPU

Andreas Cadhalpun andreas.cadhalpun at googlemail.com
Fri Dec 4 17:45:13 CET 2015


On 04.12.2015 16:53, Vicente Olivert Riera wrote:
> Signed-off-by: Vicente Olivert Riera <Vincent.Riera at imgtec.com>
> ---
> Changes v3 -> v4:
>  - Use a more accurate warning message.
> 
> Changes v2 -> v3:
>  - This patch has been added for v3.
> 
> Changes v1 -> v2:
>  - This patch didn't exist at that point.
> 
>  configure | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/configure b/configure
> index 7d06494..ebef6b0 100755
> --- a/configure
> +++ b/configure
> @@ -4163,6 +4163,8 @@ elif enabled mips; then
>              # the unwanted features.
>          ;;
>          *)
> +            # Unknown CPU. Disable everything.
> +            echo "Warning: unknown CPU. Disabling all MIPS optimizations."
>              disable mipsfpu
>              disable mips32r2
>              disable mips32r6
> 

Looks good.

Best regards,
Andreas


More information about the ffmpeg-devel mailing list