Re: [FFmpeg-devel] [PATCH 2/2] configure: build fix for mips cpu p5600

2016-03-01 Thread Michael Niedermayer
On Tue, Mar 01, 2016 at 06:41:18PM +0530, shivraj.pa...@imgtec.com wrote: > From: Shivraj Patil > > For P5600 mips cpu, cpuflags="-march=p5600" sets mips32r5 by default. > Current configuration sets mips32r2 for p5600 cpu, hence ldflag check results > in, > error: '-mips32r2' conflicts with the

[FFmpeg-devel] [PATCH 2/2] configure: build fix for mips cpu p5600

2016-03-01 Thread shivraj.patil
From: Shivraj Patil For P5600 mips cpu, cpuflags="-march=p5600" sets mips32r5 by default. Current configuration sets mips32r2 for p5600 cpu, hence ldflag check results in, error: '-mips32r2' conflicts with the other architecture options, which specify a mips32r5 processor Due to above error, m