[FFmpeg-devel] [PATCH] Added changes in configuration file as per MIPS MSA.
Carl Eugen Hoyos
cehoyos at ag.or.at
Tue Mar 24 10:02:49 CET 2015
<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
More information about the ffmpeg-devel
mailing list