<shivraj.patil <at> imgtec.com> writes:

> +        p5600)
> +            disable mips32r2
> +            disable mipsdspr1
> +            disable mipsdspr2
> +            enable mips32r5
> +
> +            add_cflags "-mtune=p5600" && add_asflags 
> "-mtune=p5600" && add_ldflags "-march=p5600"
> +        ;;
> +        i6400)
> +            disable mips32r2
> +            disable mipsdspr1
> +            disable mipsdspr2
> +            disable mipsfpu
> +            enable mips64r6
> +
> +            add_cflags "-mtune=i6400" && add_asflags "
> -mtune=i6400" && add_ldflags "-march=i6400"
> +        ;;
> +        *)
> +            disable mipsfpu
> +            disable mips32r2
> +            disable mipsdspr1
> +            disable mipsdspr2
> +            disable mips32r5
> +            disable mips64r6

This whole part looks unrelated to the commit message:
Please make it a separate commit.

Judging from many bug reports, especially the "*" 
case makes a lot of sense but it needs a (short) 
entry to the Changelog.

Carl Eugen

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

Reply via email to