Re: [FFmpeg-devel] [PATCH v7 3/3] mips: add support for R6

2016-03-09 Thread Michael Niedermayer
On Wed, Feb 24, 2016 at 04:38:22PM +, Vicente Olivert Riera wrote: > Understanding the mips32r6 and mips64r6 ISAs in the configure script is > not enough. In order to have full support for MIPS R6 in FFmpeg we need > to be able to build it, and for that we need to make sure we don't use > incom

Re: [FFmpeg-devel] [PATCH v7 3/3] mips: add support for R6

2016-03-09 Thread Vicente Olivert Riera
ping On 24/02/16 16:38, Vicente Olivert Riera wrote: > Understanding the mips32r6 and mips64r6 ISAs in the configure script is > not enough. In order to have full support for MIPS R6 in FFmpeg we need > to be able to build it, and for that we need to make sure we don't use > incompatible assembler

[FFmpeg-devel] [PATCH v7 3/3] mips: add support for R6

2016-02-24 Thread Vicente Olivert Riera
Understanding the mips32r6 and mips64r6 ISAs in the configure script is not enough. In order to have full support for MIPS R6 in FFmpeg we need to be able to build it, and for that we need to make sure we don't use incompatible assembler code which makes the build fail. Ifdefing the offending code